diff --git a/Chart.lock b/Chart.lock index e3695fd..738bec8 100644 --- a/Chart.lock +++ b/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 11.6.18 + version: 11.7.2 - name: redis repository: https://charts.bitnami.com/bitnami - version: 17.0.4 -digest: sha256:8172ba27977681f7e56de0b6b2ccfb016077a1b9ef840f6b38e8749fb818dac6 -generated: "2022-07-22T09:44:08.682238228-04:00" + version: 17.0.11 +digest: sha256:9f48089bf27f97be3c626a50ba70cd089f42e8b3f0c04a5d529752379b2cbc5b +generated: "2022-08-17T14:53:16.847677356-04:00" diff --git a/Chart.yaml b/Chart.yaml index f646d0f..76d12bb 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -14,20 +14,20 @@ 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.2.2 +version: 0.2.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.0.0 +appVersion: 2.0.4 icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg dependencies: - name: postgresql - version: ~11.6.17 + version: ~11.7.2 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled - name: redis - version: ~17.0.2 + version: ~17.0.11 repository: https://charts.bitnami.com/bitnami condition: redis.enabled diff --git a/charts/postgresql-11.6.18.tgz b/charts/postgresql-11.6.18.tgz deleted file mode 100644 index c980f10..0000000 Binary files a/charts/postgresql-11.6.18.tgz and /dev/null differ diff --git a/charts/postgresql-11.7.2.tgz b/charts/postgresql-11.7.2.tgz new file mode 100644 index 0000000..86f451a Binary files /dev/null and b/charts/postgresql-11.7.2.tgz differ diff --git a/charts/redis-17.0.11.tgz b/charts/redis-17.0.11.tgz new file mode 100644 index 0000000..7012ccd Binary files /dev/null and b/charts/redis-17.0.11.tgz differ diff --git a/charts/redis-17.0.4.tgz b/charts/redis-17.0.4.tgz deleted file mode 100644 index ddd7e7c..0000000 Binary files a/charts/redis-17.0.4.tgz and /dev/null differ diff --git a/values.yaml b/values.yaml index 26f40ae..4c32c94 100644 --- a/values.yaml +++ b/values.yaml @@ -1,8 +1,8 @@ # Default values for glitchtip. image: repository: glitchtip/glitchtip - tag: latest - pullPolicy: Always + tag: v2.0.4 + pullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: ""