feat(argo-cd): Add new BitbucketCloud ssh keys in values.yaml (#2062)
feat: Add new BitbucketCloud ssh keys Update configs.ssh.kownHosts in charts/argo-cd/values.yaml to match new SSHKeys from https://bitbucket.org/site/ssh (as of May 17th, 2023) Signed-off-by: jdvgh <133217951+jdvgh@users.noreply.github.com>
This commit is contained in:
parent
05bc6a236d
commit
7347a5d781
2 changed files with 4 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ appVersion: v2.7.2
|
|||
kubeVersion: ">=1.22.0-0"
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 5.34.0
|
||||
version: 5.34.1
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
|
@ -27,4 +27,4 @@ annotations:
|
|||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
description: Add lifecycle webhook to repo server.
|
||||
description: Add new bitbucket cloud SSH key to configs.ssh.knownHosts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue