Skip to content

Commit 6363fc2

Browse files
chore(deps): update dependency argoproj/argo-workflows to v3.6.7
1 parent 721e92a commit 6363fc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6.7/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/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44

55
resources:
6-
- https://github.com/argoproj/argo-workflows/releases/download/v3.5.10/namespace-install.yaml
6+
- https://github.com/argoproj/argo-workflows/releases/download/v3.6.7/namespace-install.yaml
77
- ingress.yaml
88

99
# external secret for SSO auth

0 commit comments

Comments
 (0)