mirror of
https://github.com/nold360/hive-apps
synced 2025-01-08 06:47:58 +00:00
Compare commits
2 commits
469836cf91
...
ef068a2152
Author | SHA1 | Date | |
---|---|---|---|
|
ef068a2152 | ||
|
d294c91e04 |
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.0
|
||||
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.0
|
||||
image: quay.io/argoproj/argocd:v2.10.1
|
||||
command:
|
||||
- cp
|
||||
- -n
|
||||
|
|
|
@ -94,7 +94,7 @@ grafana:
|
|||
|
||||
image:
|
||||
repository: grafana/grafana
|
||||
tag: 10.3.1
|
||||
tag: 10.3.3
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue