mirror of
https://github.com/nold360/hive-apps
synced 2025-01-07 22:38:00 +00:00
Compare commits
2 commits
a543ecc693
...
b8ca344a7a
Author | SHA1 | Date | |
---|---|---|---|
|
b8ca344a7a | ||
|
25a78bf2f4 |
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ installCRDs: true
|
|||
global:
|
||||
image:
|
||||
repository: quay.io/argoproj/argocd
|
||||
tag: v2.10.1
|
||||
tag: v2.10.2
|
||||
# imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
runAsUser: 999
|
||||
|
@ -176,7 +176,7 @@ repoServer:
|
|||
|
||||
initContainers:
|
||||
- name: copy-cmp-server
|
||||
image: quay.io/argoproj/argocd:v2.10.1
|
||||
image: quay.io/argoproj/argocd:v2.10.2
|
||||
command:
|
||||
- cp
|
||||
- -n
|
||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
|||
- name: argo-workflows
|
||||
repoURL: https://argoproj.github.io/argo-helm
|
||||
chart: argo-workflows
|
||||
targetRevision: 0.40.12
|
||||
targetRevision: 0.40.13
|
||||
# secrets:
|
||||
# - name: argocd-secret
|
||||
# keys:
|
||||
|
|
Loading…
Reference in a new issue