diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ef8d8d..8079228 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,14 +26,4 @@ upload: script: - 'curl --request POST --user gitlab-ci-token:$CI_JOB_TOKEN --form "chart=@chart/glitchtip.tgz" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"' only: - - master - -pages: - stage: upload - artifacts: - paths: - - public - script: - - ls public - only: - - master + - tags diff --git a/Chart.lock b/Chart.lock index a7b84f7..29653f7 100644 --- a/Chart.lock +++ b/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 11.1.16 + version: 11.1.25 - name: redis repository: https://charts.bitnami.com/bitnami - version: 16.5.5 -digest: sha256:bac8f2f5cfd606a20aee1e712417ea19653ff28d53f9c684ef047bb5456e828f -generated: "2022-04-05T17:05:38.211033952-04:00" + version: 16.8.9 +digest: sha256:dfe84aaf6f25e860c8175c19cf068ef609c0cb36bdfc2190717d37a55eb6afd4 +generated: "2022-05-01T11:50:00.925596567-04:00" diff --git a/Chart.yaml b/Chart.yaml index 1069f81..870e302 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.3 +version: 0.1.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. @@ -28,6 +28,6 @@ dependencies: repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled - name: redis - version: ~16.5.5 + version: ~16.8.9 repository: https://charts.bitnami.com/bitnami condition: redis.enabled diff --git a/charts/postgresql-11.1.16.tgz b/charts/postgresql-11.1.16.tgz deleted file mode 100644 index 83eb9ef..0000000 Binary files a/charts/postgresql-11.1.16.tgz and /dev/null differ diff --git a/charts/postgresql-11.1.25.tgz b/charts/postgresql-11.1.25.tgz new file mode 100644 index 0000000..c1d033d Binary files /dev/null and b/charts/postgresql-11.1.25.tgz differ diff --git a/charts/redis-16.5.5.tgz b/charts/redis-16.5.5.tgz deleted file mode 100644 index ecda8c7..0000000 Binary files a/charts/redis-16.5.5.tgz and /dev/null differ diff --git a/charts/redis-16.8.9.tgz b/charts/redis-16.8.9.tgz new file mode 100644 index 0000000..3323adb Binary files /dev/null and b/charts/redis-16.8.9.tgz differ diff --git a/values.sample.yaml b/values.sample.yaml index 163d39a..08f10d5 100644 --- a/values.sample.yaml +++ b/values.sample.yaml @@ -1,5 +1,5 @@ image: - tag: v1.11.1 # Make this the latest version, then change it to upgrade + tag: v1.12.0 # Make this the latest version, then change it to upgrade pullPolicy: IfNotPresent env: normal: @@ -10,7 +10,8 @@ env: # DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres postgresql: enabled: true # Be careful upgrading. The postgresql helm chart does not support major upgrades. - postgresqlPassword: mypass + auth: + postgresPassword: change_this # Without setting this, you'll have to set the password on each upgrade primary: persistence: size: 10Gi # Default is 8, may want this considerably higher