diff --git a/Chart.lock b/Chart.lock index 0384a79..80adbce 100644 --- a/Chart.lock +++ b/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 10.7.0 + version: 11.1.9 - name: redis repository: https://charts.bitnami.com/bitnami - version: 14.8.3 -digest: sha256:a4b6ed7141abd51c2215c3b2ca9b84f299cd9fe197db8796d39e1625e6002725 -generated: "2021-07-23T16:49:55.824614254-04:00" + version: 16.5.5 +digest: sha256:51ec80ddbb6bd3084b70ebd8c304e621a610842c462445117bb829c331a97037 +generated: "2022-03-22T15:12:00.309731405-04:00" diff --git a/Chart.yaml b/Chart.yaml index bf62b20..a489ce9 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -24,10 +24,10 @@ icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg dependencies: - name: postgresql - version: ~10.7.0 + version: ~11.1.9 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled - name: redis - version: ~14.8.3 + version: ~16.5.5 repository: https://charts.bitnami.com/bitnami condition: redis.enabled diff --git a/charts/postgresql-10.7.0.tgz b/charts/postgresql-10.7.0.tgz deleted file mode 100644 index 673010d..0000000 Binary files a/charts/postgresql-10.7.0.tgz and /dev/null differ diff --git a/charts/postgresql-11.1.9.tgz b/charts/postgresql-11.1.9.tgz new file mode 100644 index 0000000..e308ad4 Binary files /dev/null and b/charts/postgresql-11.1.9.tgz differ diff --git a/charts/redis-14.8.3.tgz b/charts/redis-14.8.3.tgz deleted file mode 100644 index 471bcf4..0000000 Binary files a/charts/redis-14.8.3.tgz and /dev/null differ diff --git a/charts/redis-16.5.5.tgz b/charts/redis-16.5.5.tgz new file mode 100644 index 0000000..ecda8c7 Binary files /dev/null and b/charts/redis-16.5.5.tgz differ diff --git a/django-helm-chart b/django-helm-chart index 7bbed61..fa7f7ac 160000 --- a/django-helm-chart +++ b/django-helm-chart @@ -1 +1 @@ -Subproject commit 7bbed61a0ee07794eb4239711fda84117f854abd +Subproject commit fa7f7acd2bb8e9ff0840c1b8f55d53ea70082dfe diff --git a/values.sample.yaml b/values.sample.yaml new file mode 100644 index 0000000..f0ae7d8 --- /dev/null +++ b/values.sample.yaml @@ -0,0 +1,14 @@ +image: + tag: v1.10.3 # Make this the latest version, then change it to upgrade + pullPolicy: IfNotPresent +env: + normal: + GLITCHTIP_DOMAIN: https://example.com + secret: + SECRET_KEY: change_this + # DATABASE_URL: Specify if using external postgres (not managed by this chart) +postgresql: + enabled: true # Be careful upgrading if using this. The postgresql helm chart does not support major upgrades. + primary: + persistence: + size: 10Gi # Default is 8, may want this considerably higher