mirror of
https://github.com/nold360/hive-apps
synced 2025-01-09 15:28:03 +00:00
Compare commits
No commits in common. "b8ca344a7a16841b9595685299c16a5216a0bc35" and "a543ecc693e4312aa17c729205e69e27cbba16d4" have entirely different histories.
b8ca344a7a
...
a543ecc693
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.2
|
||||
tag: v2.10.1
|
||||
# imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
runAsUser: 999
|
||||
|
@ -176,7 +176,7 @@ repoServer:
|
|||
|
||||
initContainers:
|
||||
- name: copy-cmp-server
|
||||
image: quay.io/argoproj/argocd:v2.10.2
|
||||
image: quay.io/argoproj/argocd:v2.10.1
|
||||
command:
|
||||
- cp
|
||||
- -n
|
||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
|||
- name: argo-workflows
|
||||
repoURL: https://argoproj.github.io/argo-helm
|
||||
chart: argo-workflows
|
||||
targetRevision: 0.40.13
|
||||
targetRevision: 0.40.12
|
||||
# secrets:
|
||||
# - name: argocd-secret
|
||||
# keys:
|
||||
|
|
Loading…
Reference in a new issue