Add support for bitnami style podAnnotations

This commit is contained in:
David Burke 2023-02-20 10:58:46 -05:00
parent f617a74f29
commit 3621dff045
8 changed files with 10 additions and 6 deletions

View file

@ -1,9 +1,9 @@
dependencies: dependencies:
- name: postgresql - name: postgresql
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 12.1.14 version: 12.2.1
- name: redis - name: redis
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 17.7.1 version: 17.7.5
digest: sha256:45e8e78a471eb11ecffdc64e1272614799ee86409d23b459778fd9df1e20328c digest: sha256:abaff7f53b1a66bffc8873d0e869fdbd9047173942418070c853121eae39f387
generated: "2023-02-06T10:37:28.02734762-05:00" generated: "2023-02-20T10:53:30.117200225-05:00"

View file

@ -14,7 +14,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # 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 # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
charts/redis-17.7.5.tgz Normal file

Binary file not shown.

@ -1 +1 @@
Subproject commit 98f6e139eee25ea4a2c7a7dbe03bb8fdb522df9a Subproject commit 95717ec228ccca9a295eb3761f8ed9fa5c4193bb

View file

@ -41,6 +41,7 @@ web:
memory: 128Mi memory: 128Mi
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
podAnnotations: {}
affinity: affinity:
podAntiAffinity: podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution: preferredDuringSchedulingIgnoredDuringExecution:
@ -99,6 +100,7 @@ worker:
memory: 128Mi memory: 128Mi
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
podAnnotations: {}
affinity: {} affinity: {}
beat: beat:
@ -112,6 +114,7 @@ beat:
memory: 90Mi memory: 90Mi
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
podAnnotations: {}
affinity: {} affinity: {}
flower: flower:
@ -125,6 +128,7 @@ flower:
memory: 256Mi memory: 256Mi
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
podAnnotations: {}
affinity: {} affinity: {}
service: service:
type: ClusterIP type: ClusterIP