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 ( v2.11.1 → v2.11.2 )
Browse files Browse the repository at this point in the history
  • Loading branch information
robodexo2000[bot] authored May 23, 2024
1 parent 9681794 commit 1b7561d
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 @@ -234,7 +234,7 @@ argo-cd:
- name: argocd-vault-plugin-helm
command:
- /var/run/argocd/argocd-cmp-server
image: "quay.io/argoproj/argocd:v2.11.1"
image: "quay.io/argoproj/argocd:v2.11.2"
envFrom:
- secretRef:
name: argocd-vault-plugin-config
Expand Down Expand Up @@ -269,7 +269,7 @@ argo-cd:
# argocd-vault-plugin with Kustomize
- name: argocd-vault-plugin-kustomize
command: [/var/run/argocd/argocd-cmp-server]
image: "quay.io/argoproj/argocd:v2.11.1"
image: "quay.io/argoproj/argocd:v2.11.2"
envFrom:
- secretRef:
name: argocd-vault-plugin-config
Expand Down Expand Up @@ -304,7 +304,7 @@ argo-cd:
# argocd-vault-plugin with plain YAML
- name: argocd-vault-plugin
command: [/var/run/argocd/argocd-cmp-server]
image: "quay.io/argoproj/argocd:v2.11.1"
image: "quay.io/argoproj/argocd:v2.11.2"
envFrom:
- secretRef:
name: argocd-vault-plugin-config
Expand Down

0 comments on commit 1b7561d

Please sign in to comment.