Skip to content

Commit 927121f

Browse files
authored
Merge pull request #1275 from rackerlabs/renovate/argo-workflows
chore(deps): update argo workflows to v3.7.2
2 parents 0a42663 + da11bf9 commit 927121f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/lint-workflow-templates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Install Argo CLI
3030
run: |
31-
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.6.6/argo-linux-amd64.gz
31+
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.7.2/argo-linux-amd64.gz
3232
gunzip argo-linux-amd64.gz
3333
chmod +x argo-linux-amd64
3434
sudo mv argo-linux-amd64 /usr/local/bin/argo

components/argo-workflows/kustomization.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
# argo events so we need to split up what we install. So
1010
# we delete the ClusterRoleBinding and instead create RoleBindings
1111
# to the ClusterRole for just the namespaces we want.
12-
- https://github.com/argoproj/argo-workflows/manifests/cluster-install/?ref=v3.6.10
12+
- https://github.com/argoproj/argo-workflows/manifests/cluster-install/?ref=v3.7.2
1313

1414
# adds argo-server role so the argo-server has enough permissions to run
1515
- argo-server-role.yaml
@@ -21,11 +21,11 @@ resources:
2121
# keep all the images consistent
2222
images:
2323
- name: quay.io/argoproj/workflow-controller
24-
newTag: v3.6.10
24+
newTag: v3.7.2
2525
- name: quay.io/argoproj/argoexec
26-
newTag: v3.6.10
26+
newTag: v3.7.2
2727
- name: quay.io/argoproj/argocli
28-
newTag: v3.6.10
28+
newTag: v3.7.2
2929

3030
patches:
3131
- target:

0 commit comments

Comments
 (0)