Skip to content

Commit

Permalink
fix(argo-cd): Fix required cluster credentials name (#3136)
Browse files Browse the repository at this point in the history
* fix required cluster credential name

Signed-off-by: atgane <[email protected]>

* fix

Signed-off-by: atgane <[email protected]>

* update changelog  & docs

Signed-off-by: atgane <[email protected]>

* chore: Drop unnecessary docs inside README.md and README.md.gotmpl

Signed-off-by: Marco Maurer <[email protected]>

---------

Signed-off-by: atgane <[email protected]>
Signed-off-by: Marco Maurer <[email protected]>
Co-authored-by: Marco Maurer <[email protected]>
  • Loading branch information
atgane and mkilchhofer authored Jan 28, 2025
1 parent d75b9d3 commit 2685b86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: v2.13.3
kubeVersion: ">=1.25.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 7.7.20
version: 7.7.21
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
Expand All @@ -26,5 +26,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: changed
description: Bump redis-exporter to 1.67.0
- kind: fixed
description: remove required function in $cluster_key from clusterCredentials
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stringData:
{{- if $cluster_value.shard }}
shard: {{ $cluster_value.shard | quote }}
{{- end }}
name: {{ required "A valid .Values.configs.clusterCredentials.CLUSTERNAME.name entry is required!" $cluster_key }}
name: {{ $cluster_key }}
server: {{ required "A valid .Values.configs.clusterCredentials.CLUSTERNAME.server entry is required!" $cluster_value.server }}
{{- if $cluster_value.namespaces }}
namespaces: {{ $cluster_value.namespaces }}
Expand Down

0 comments on commit 2685b86

Please sign in to comment.