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.10.1 → v2.10.2 )
Browse files Browse the repository at this point in the history
  • Loading branch information
robodexo2000[bot] authored Mar 1, 2024
1 parent 85c9e48 commit 6729770
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 @@ -235,7 +235,7 @@ argo-cd:
- name: argocd-vault-plugin-helm
command:
- /var/run/argocd/argocd-cmp-server
image: "quay.io/argoproj/argocd:v2.10.1"
image: "quay.io/argoproj/argocd:v2.10.2"
envFrom:
- secretRef:
name: argocd-vault-plugin-config
Expand Down Expand Up @@ -270,7 +270,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.10.1"
image: "quay.io/argoproj/argocd:v2.10.2"
envFrom:
- secretRef:
name: argocd-vault-plugin-config
Expand Down Expand Up @@ -305,7 +305,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.10.1"
image: "quay.io/argoproj/argocd:v2.10.2"
envFrom:
- secretRef:
name: argocd-vault-plugin-config
Expand Down

0 comments on commit 6729770

Please sign in to comment.