mirror of
https://github.com/nold360/hive-apps
synced 2025-01-09 23:36:24 +00:00
Compare commits
2 commits
88364b72b3
...
9f84bc521b
Author | SHA1 | Date | |
---|---|---|---|
|
9f84bc521b | ||
|
ccc39b2088 |
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.3
|
||||
# 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.3
|
||||
command:
|
||||
- cp
|
||||
- -n
|
||||
|
|
|
@ -49,7 +49,7 @@ apps:
|
|||
existingNamespace: kube-system
|
||||
repoURL: https://helm.cilium.io
|
||||
chart: cilium
|
||||
targetRevision: 1.15.1
|
||||
targetRevision: 1.15.2
|
||||
|
||||
- name: external-dns
|
||||
repoURL: https://kubernetes-sigs.github.io/external-dns
|
||||
|
|
Loading…
Reference in a new issue