Skip to content

Commit f8cf03f

Browse files
authored
fix(argo-cd): correct typo 'Addtional' to 'Additional' in values.yaml (#3403)
* fix(argo-cd): correct typo 'Addtional' to 'Additional' in values.yaml Signed-off-by: in-jun <[email protected]> * docs(argo-cd): update README.md to fix typo 'Addtional' to 'Additional' Generated by running ./scripts/helm-docs.sh as requested in PR review. Signed-off-by: in-jun <[email protected]> --------- Signed-off-by: in-jun <[email protected]>
1 parent dd6d103 commit f8cf03f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v3.0.12
33
kubeVersion: ">=1.25.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 8.2.2
6+
version: 8.2.3
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -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

charts/argo-cd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

charts/argo-cd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ crds:
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

0 commit comments

Comments
 (0)