Skip to content

Commit 1e03f19

Browse files
chore(deps): update dependency argoproj/argo-workflows to v3.7.1
1 parent b41fefe commit 1e03f19

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1/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-events/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ resources:
88
- https://github.com/argoproj/argo-events/releases/download/v1.9.7/install-validating-webhook.yaml
99

1010
# grant the argo-workflows the ability to run workflows in this namespace
11-
- https://github.com/argoproj/argo-workflows/manifests/namespace-install/argo-server-rbac?ref=v3.5.10
12-
- https://github.com/argoproj/argo-workflows/manifests/namespace-install/workflow-controller-rbac?ref=v3.5.10
11+
- https://github.com/argoproj/argo-workflows/manifests/namespace-install/argo-server-rbac?ref=v3.7.1
12+
- https://github.com/argoproj/argo-workflows/manifests/namespace-install/workflow-controller-rbac?ref=v3.7.1
1313

1414
## configure webhook Sensor and associated role
1515
- sensor-workflow-role.yaml

components/argo/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resources:
66
# We are doing upstream's namespace-install.yaml but since we
77
# want the actual workflows to run in a different namespace
88
# the roles are created there
9-
- https://github.com/argoproj/argo-workflows/manifests/base?ref=v3.5.10
9+
- https://github.com/argoproj/argo-workflows/manifests/base?ref=v3.7.1
1010
# give the workflow controller access it needs
1111
- workflow-controller-runtime.yaml
1212
# give the argo-server access it needs

0 commit comments

Comments
 (0)