fixed maxUnavailable value in redis-PDB

Signed-off-by: ArsenyBelorukov <arsenig.n@gmail.com>
This commit is contained in:
ArsenyBelorukov 2023-02-01 16:33:15 +00:00
parent 8a1c4f0ad6
commit dd8fb89b79
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ appVersion: v2.5.9
kubeVersion: ">=1.22.0-0" kubeVersion: ">=1.22.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd name: argo-cd
version: 5.19.12 version: 5.19.13
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources: sources:
@ -24,4 +24,4 @@ dependencies:
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: fixed - kind: fixed
description: Align changelog structure to show changelogs on Artifact Hub description: Fixed maxUnavailable value in redis-PDB

View file

@ -16,7 +16,7 @@ metadata:
{{- end }} {{- end }}
{{- end }} {{- end }}
spec: spec:
{{- with .Values.dex.pdb.maxUnavailable }} {{- with .Values.redis.pdb.maxUnavailable }}
maxUnavailable: {{ . }} maxUnavailable: {{ . }}
{{- else }} {{- else }}
minAvailable: {{ .Values.redis.pdb.minAvailable | default 0 }} minAvailable: {{ .Values.redis.pdb.minAvailable | default 0 }}