Skip to content

Commit

Permalink
Update dependency argoproj/argo-cd to v2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 19, 2024
1 parent afa448c commit 7d3bbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/argo_cd/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Install argocd
ansible.builtin.shell: |
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.4/manifests/install.yaml
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.5/manifests/install.yaml
changed_when: false

0 comments on commit 7d3bbfa

Please sign in to comment.