Skip to content

Commit

Permalink
[bitnami/argo-cd] Missing namespace in ArgoCD known-hosts cm (#28877)
Browse files Browse the repository at this point in the history
* fix: missing namspace in known-hosts cm

Signed-off-by: Luca Bertelli <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Luca Bertelli <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: David Gomez <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
Co-authored-by: David Gomez <[email protected]>
  • Loading branch information
3 people authored Sep 4, 2024
1 parent 69939ca commit 4780e8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions bitnami/argo-cd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 7.0.8 (2024-08-28)
## 7.0.9 (2024-09-04)

* [bitnami/argo-cd] Release 7.0.8 ([#29074](https://github.com/bitnami/charts/pull/29074))
* [bitnami/argo-cd] Missing namespace in ArgoCD known-hosts cm ([#28877](https://github.com/bitnami/charts/pull/28877))

## <small>7.0.8 (2024-08-28)</small>

* [bitnami/argo-cd] Release 7.0.8 (#29074) ([cb56c0e](https://github.com/bitnami/charts/commit/cb56c0ed43ffc75df71571dd2e032dadfaa9face)), closes [#29074](https://github.com/bitnami/charts/issues/29074)

## <small>7.0.7 (2024-08-27)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ maintainers:
name: argo-cd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
version: 7.0.8
version: 7.0.9
1 change: 1 addition & 0 deletions bitnami/argo-cd/templates/known-hosts-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
# Mandatory hardcoded name.
# Ref: https://argoproj.github.io/argo-cd/operator-manual/declarative-setup/#ssh-known-host-public-keys
name: argocd-ssh-known-hosts-cm
namespace: {{ include "common.names.namespace" . | quote }}
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
# Mandatory label
# Ref: https://argoproj.github.io/argo-cd/operator-manual/declarative-setup/#atomic-configuration
Expand Down

0 comments on commit 4780e8f

Please sign in to comment.