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: v3.0.12
33kubeVersion : " >=1.25.0-0"
44description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55name : argo-cd
6- version : 8.2.2
6+ version : 8.2.3
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
@@ -26,5 +26,5 @@ annotations:
2626 fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
2727 url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828 artifacthub.io/changes : |
29- - kind: changed
30- description: Bump argo-cd to v3.0.12
29+ - kind: fixed
30+ description: Fix typo 'Addtional' to 'Additional' in values.yaml comment
Original file line number Diff line number Diff line change @@ -731,7 +731,7 @@ NAME: my-release
731731| Key | Type | Default | Description |
732732|-----|------|---------|-------------|
733733| apiVersionOverrides | object | `{}` | |
734- | crds.additionalLabels | object | `{}` | Addtional labels to be added to all CRDs |
734+ | crds.additionalLabels | object | `{}` | Additional labels to be added to all CRDs |
735735| crds.annotations | object | `{}` | Annotations to be added to all CRDs |
736736| crds.install | bool | `true` | Install and upgrade CRDs |
737737| crds.keep | bool | `true` | Keep CRDs on chart uninstall |
Original file line number Diff line number Diff line change 3535 keep : true
3636 # -- Annotations to be added to all CRDs
3737 annotations : {}
38- # -- Addtional labels to be added to all CRDs
38+ # -- Additional labels to be added to all CRDs
3939 additionalLabels : {}
4040
4141# # Globally shared configuration
You can’t perform that action at this time.
0 commit comments