mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 12:09:29 +00:00
Update(argocd): 3.26.10 -> 3.29.2
This commit is contained in:
parent
9759ceb432
commit
5328d00f6e
1 changed files with 10 additions and 11 deletions
|
@ -1,18 +1,17 @@
|
||||||
config:
|
config:
|
||||||
description: ArgoCD - Continous Deployment from Git
|
description: ArgoCD - Continous Deployment from Git
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
- name: argocd
|
- name: argocd
|
||||||
repoURL: https://argoproj.github.io/argo-helm
|
repoURL: https://argoproj.github.io/argo-helm
|
||||||
chart: argo-cd
|
chart: argo-cd
|
||||||
targetRevision: 3.26.10
|
targetRevision: 3.29.2
|
||||||
syncWave: "0"
|
syncWave: '0'
|
||||||
secrets:
|
secrets:
|
||||||
- name: argocd-secret
|
- name: argocd-secret
|
||||||
keys:
|
keys:
|
||||||
- admin.password
|
- admin.password
|
||||||
- server.secretkey
|
- server.secretkey
|
||||||
- oidc.auth0.clientSecret
|
- oidc.auth0.clientSecret
|
||||||
- name: ca-cert
|
- name: ca-cert
|
||||||
keys:
|
keys:
|
||||||
- ca
|
- ca
|
||||||
|
|
Loading…
Reference in a new issue