File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: v2.6.7
33kubeVersion : " >=1.22.0-0"
44description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55name : argo-cd
6- version : 5.28.0
6+ version : 5.28.1
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
@@ -23,5 +23,5 @@ dependencies:
2323 condition : redis-ha.enabled
2424annotations :
2525 artifacthub.io/changes : |
26- - kind: added
27- description: Add support for custom Deployment strategy
26+ - kind: fixed
27+ description: Change default value for global.tolerations, from object to array.
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ NAME: my-release
413413| global.revisionHistoryLimit | int | `3` | Number of old deployment ReplicaSets to retain. The rest will be garbage collected. |
414414| global.securityContext | object | `{}` (See [values.yaml]) | Toggle and define pod-level security context. |
415415| global.statefulsetAnnotations | object | `{}` | Annotations for the all deployed Statefulsets |
416- | global.tolerations | object | `{} ` | Default tolerations for all components |
416+ | global.tolerations | list | `[] ` | Default tolerations for all components |
417417| global.topologySpreadConstraints | list | `[]` | Default [TopologySpreadConstraints] rules for all components |
418418
419419# # Argo CD Configs
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ global:
106106 nodeSelector : {}
107107
108108 # -- Default tolerations for all components
109- tolerations : {}
109+ tolerations : []
110110
111111 # Default affinity preset for all components
112112 affinity :
You can’t perform that action at this time.
0 commit comments