Skip to content

Commit

Permalink
Merge pull request #139 from projectsyn/commodore-renovate/quay.io-ar…
Browse files Browse the repository at this point in the history
…goproj-argocd-2.9.x

Update quay.io/argoproj/argocd Docker tag to v2.9.6
  • Loading branch information
DebakelOrakel authored Feb 23, 2024
2 parents fbd1488 + d9a0ace commit f7a55c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ parameters:
argocd:
registry: quay.io
repository: argoproj/argocd
tag: v2.9.2
tag: v2.9.6
redis:
registry: docker.io
repository: library/redis
Expand Down
4 changes: 2 additions & 2 deletions tests/golden/defaults/argocd/argocd/30_argocd/10_argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ spec:
name: vault-config
- mountPath: /home/vault/
name: vault-token
version: v2.9.2
version: v2.9.6
volumeMounts:
- mountPath: /home/argocd/
name: vault-token
Expand Down Expand Up @@ -237,4 +237,4 @@ spec:
requests:
cpu: 10m
memory: 32Mi
version: v2.9.2
version: v2.9.6
4 changes: 2 additions & 2 deletions tests/golden/openshift/argocd/argocd/30_argocd/10_argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
name: vault-config
- mountPath: /home/vault/
name: vault-token
version: v2.9.2
version: v2.9.6
volumeMounts:
- mountPath: /home/argocd/
name: vault-token
Expand Down Expand Up @@ -234,4 +234,4 @@ spec:
requests:
cpu: 10m
memory: 32Mi
version: v2.9.2
version: v2.9.6
4 changes: 2 additions & 2 deletions tests/golden/params/argocd/argocd/30_argocd/10_argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
name: vault-config
- mountPath: /home/vault/
name: vault-token
version: v2.9.2
version: v2.9.6
volumeMounts:
- mountPath: /home/argocd/
name: vault-token
Expand Down Expand Up @@ -212,4 +212,4 @@ spec:
insecure: true
logFormat: text
logLevel: info
version: v2.9.2
version: v2.9.6

0 comments on commit f7a55c6

Please sign in to comment.