diff --git a/Chart.lock b/Chart.lock index b9e9a19..09dcb4c 100644 --- a/Chart.lock +++ b/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.3.1 + version: 12.5.2 - name: redis repository: https://charts.bitnami.com/bitnami - version: 17.9.5 -digest: sha256:ae553a8fd4c534dfc568f711400449783b614f2ef13b6ca3feb3b446ffca2ab3 -generated: "2023-04-22T21:00:15.99152284-04:00" + version: 17.11.2 +digest: sha256:a79340fa64c0b779984ecc3f7402527a1b420b0e850e535c40223b29373d2b90 +generated: "2023-05-19T10:42:24.212547236-04:00" diff --git a/Chart.yaml b/Chart.yaml index a6ddb53..83420a9 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: 2.3.2 +version: 2.3.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. diff --git a/charts/postgresql-12.3.1.tgz b/charts/postgresql-12.3.1.tgz deleted file mode 100644 index 7a354c6..0000000 Binary files a/charts/postgresql-12.3.1.tgz and /dev/null differ diff --git a/charts/postgresql-12.5.2.tgz b/charts/postgresql-12.5.2.tgz new file mode 100644 index 0000000..a09b428 Binary files /dev/null and b/charts/postgresql-12.5.2.tgz differ diff --git a/charts/redis-17.11.2.tgz b/charts/redis-17.11.2.tgz new file mode 100644 index 0000000..1a79d76 Binary files /dev/null and b/charts/redis-17.11.2.tgz differ diff --git a/charts/redis-17.9.5.tgz b/charts/redis-17.9.5.tgz deleted file mode 100644 index e04977b..0000000 Binary files a/charts/redis-17.9.5.tgz and /dev/null differ diff --git a/django-helm-chart b/django-helm-chart index 4666486..3099e67 160000 --- a/django-helm-chart +++ b/django-helm-chart @@ -1 +1 @@ -Subproject commit 466648631f63004b665ef8be701532af2a50a401 +Subproject commit 3099e678fcf3c32e7218e6fcf9ecbfe3203a5411 diff --git a/values.yaml b/values.yaml index 7cfe701..688acc3 100644 --- a/values.yaml +++ b/values.yaml @@ -92,15 +92,14 @@ worker: targetCPU: 100 # targetMemory: 80 livenessProbe: - enabled: true initialDelaySeconds: 10 periodSeconds: 60 timeoutSeconds: 30 - command: - - /bin/sh - - -c - - exec - - celery -A glitchtip inspect ping -d celery@$HOSTNAME | grep -q OK + exec: + command: + - "bash" + - "-c" + - "celery -A glitchtip inspect ping -d celery@$HOSTNAME | grep -q OK" resources: limits: cpu: 900m