diff --git a/Chart.lock b/Chart.lock index 738bec8..d2a2ae6 100644 --- a/Chart.lock +++ b/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 11.7.2 + version: 11.8.1 - name: redis repository: https://charts.bitnami.com/bitnami - version: 17.0.11 -digest: sha256:9f48089bf27f97be3c626a50ba70cd089f42e8b3f0c04a5d529752379b2cbc5b -generated: "2022-08-17T14:53:16.847677356-04:00" + version: 17.1.2 +digest: sha256:714df9996d61a96fa218a2c1a90ada2935c06e45c9a6320af9f0f36f35205a23 +generated: "2022-08-24T14:14:54.822512636-04:00" diff --git a/Chart.yaml b/Chart.yaml index 30df2c8..5acb5ea 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.2.4 +version: 0.2.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. @@ -24,10 +24,10 @@ icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg dependencies: - name: postgresql - version: ~11.7.2 + version: ~11.8.1 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled - name: redis - version: ~17.0.11 + version: ~17.1.2 repository: https://charts.bitnami.com/bitnami condition: redis.enabled diff --git a/charts/postgresql-11.7.2.tgz b/charts/postgresql-11.7.2.tgz deleted file mode 100644 index 86f451a..0000000 Binary files a/charts/postgresql-11.7.2.tgz and /dev/null differ diff --git a/charts/postgresql-11.8.1.tgz b/charts/postgresql-11.8.1.tgz new file mode 100644 index 0000000..61044e5 Binary files /dev/null and b/charts/postgresql-11.8.1.tgz differ diff --git a/charts/redis-17.0.11.tgz b/charts/redis-17.0.11.tgz deleted file mode 100644 index 7012ccd..0000000 Binary files a/charts/redis-17.0.11.tgz and /dev/null differ diff --git a/charts/redis-17.1.2.tgz b/charts/redis-17.1.2.tgz new file mode 100644 index 0000000..feed340 Binary files /dev/null and b/charts/redis-17.1.2.tgz differ diff --git a/django-helm-chart b/django-helm-chart index bd023cd..44ed6ba 160000 --- a/django-helm-chart +++ b/django-helm-chart @@ -1 +1 @@ -Subproject commit bd023cd048dbd4ba7e88b88fe2e885b8e9694286 +Subproject commit 44ed6ba81f4c7c567296b4f8283009313be8d6c8 diff --git a/values.yaml b/values.yaml index c2ba33d..4e335be 100644 --- a/values.yaml +++ b/values.yaml @@ -99,6 +99,13 @@ worker: beat: enabled: true + resources: + limits: + cpu: 100m + memory: 120Mi + requests: + cpu: 1m + memory: 90Mi nodeSelector: {} tolerations: [] affinity: {}