Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
fix(container): update quay.io/argoproj/argocd to v2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robodexo2000[bot] authored Jan 18, 2024
1 parent 4e65514 commit 3d6342e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/apps/argocd/argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ argo-cd:
command:
- /var/run/argocd/argocd-cmp-server
# renovate: datasource=docker depName=quay.io/argoproj/argocd
image: "quay.io/argoproj/argocd:v2.9.3"
image: "v2.9.4"
envFrom:
- secretRef:
name: argocd-vault-plugin-config
Expand Down Expand Up @@ -214,7 +214,7 @@ argo-cd:
- name: avp-kustomize
command: [/var/run/argocd/argocd-cmp-server]
# renovate: datasource=docker depName=quay.io/argoproj/argocd
image: "quay.io/argoproj/argocd:v2.9.3"
image: "v2.9.4"
envFrom:
- secretRef:
name: argocd-vault-plugin-config
Expand Down Expand Up @@ -250,7 +250,7 @@ argo-cd:
- name: avp
command: [/var/run/argocd/argocd-cmp-server]
# renovate: datasource=docker depName=quay.io/argoproj/argocd
image: "quay.io/argoproj/argocd:v2.9.3"
image: "v2.9.4"
envFrom:
- secretRef:
name: argocd-vault-plugin-config
Expand Down

0 comments on commit 3d6342e

Please sign in to comment.