mirror of
https://github.com/nold360/hive-apps
synced 2025-01-24 16:06:11 +00:00
Compare commits
No commits in common. "ef068a2152e2db59aac3905c717ebab892daca08" and "469836cf91ee18a55d53a26cfa8c97ad053c3707" have entirely different histories.
ef068a2152
...
469836cf91
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.0
|
||||
# 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.0
|
||||
command:
|
||||
- cp
|
||||
- -n
|
||||
|
|
|
@ -94,7 +94,7 @@ grafana:
|
|||
|
||||
image:
|
||||
repository: grafana/grafana
|
||||
tag: 10.3.3
|
||||
tag: 10.3.1
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue