diff --git a/Chart.lock b/Chart.lock index 460bccc..dd5efba 100644 --- a/Chart.lock +++ b/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.1.14 + version: 12.2.1 - name: redis repository: https://charts.bitnami.com/bitnami - version: 17.7.1 -digest: sha256:45e8e78a471eb11ecffdc64e1272614799ee86409d23b459778fd9df1e20328c -generated: "2023-02-06T10:37:28.02734762-05:00" + version: 17.7.5 +digest: sha256:abaff7f53b1a66bffc8873d0e869fdbd9047173942418070c853121eae39f387 +generated: "2023-02-20T10:53:30.117200225-05:00" diff --git a/Chart.yaml b/Chart.yaml index 9f65771..6df3c8f 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.2.1 +version: 2.2.2 # 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.1.14.tgz b/charts/postgresql-12.1.14.tgz deleted file mode 100644 index 48a32c2..0000000 Binary files a/charts/postgresql-12.1.14.tgz and /dev/null differ diff --git a/charts/postgresql-12.2.1.tgz b/charts/postgresql-12.2.1.tgz new file mode 100644 index 0000000..249bfae Binary files /dev/null and b/charts/postgresql-12.2.1.tgz differ diff --git a/charts/redis-17.7.1.tgz b/charts/redis-17.7.1.tgz deleted file mode 100644 index 0106e22..0000000 Binary files a/charts/redis-17.7.1.tgz and /dev/null differ diff --git a/charts/redis-17.7.5.tgz b/charts/redis-17.7.5.tgz new file mode 100644 index 0000000..48eebe5 Binary files /dev/null and b/charts/redis-17.7.5.tgz differ diff --git a/django-helm-chart b/django-helm-chart index 98f6e13..95717ec 160000 --- a/django-helm-chart +++ b/django-helm-chart @@ -1 +1 @@ -Subproject commit 98f6e139eee25ea4a2c7a7dbe03bb8fdb522df9a +Subproject commit 95717ec228ccca9a295eb3761f8ed9fa5c4193bb diff --git a/values.yaml b/values.yaml index 0c32850..789797c 100644 --- a/values.yaml +++ b/values.yaml @@ -41,6 +41,7 @@ web: memory: 128Mi nodeSelector: {} tolerations: [] + podAnnotations: {} affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: @@ -99,6 +100,7 @@ worker: memory: 128Mi nodeSelector: {} tolerations: [] + podAnnotations: {} affinity: {} beat: @@ -112,6 +114,7 @@ beat: memory: 90Mi nodeSelector: {} tolerations: [] + podAnnotations: {} affinity: {} flower: @@ -125,6 +128,7 @@ flower: memory: 256Mi nodeSelector: {} tolerations: [] + podAnnotations: {} affinity: {} service: type: ClusterIP