diff --git a/.github/workflows/lint-workflow-templates.yaml b/.github/workflows/lint-workflow-templates.yaml index 15f3ccf00..35caf9b8b 100644 --- a/.github/workflows/lint-workflow-templates.yaml +++ b/.github/workflows/lint-workflow-templates.yaml @@ -28,7 +28,7 @@ jobs: - name: Install Argo CLI run: | - curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.7.6/argo-linux-amd64.gz + curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.7.7/argo-linux-amd64.gz gunzip argo-linux-amd64.gz chmod +x argo-linux-amd64 sudo mv argo-linux-amd64 /usr/local/bin/argo diff --git a/components/argo-workflows/kustomization.yaml b/components/argo-workflows/kustomization.yaml index 8e00de176..ee1465d0e 100644 --- a/components/argo-workflows/kustomization.yaml +++ b/components/argo-workflows/kustomization.yaml @@ -9,7 +9,7 @@ resources: # argo events so we need to split up what we install. So # we delete the ClusterRoleBinding and instead create RoleBindings # to the ClusterRole for just the namespaces we want. - - https://github.com/argoproj/argo-workflows/manifests/cluster-install/?ref=v3.7.6 + - https://github.com/argoproj/argo-workflows/manifests/cluster-install/?ref=v3.7.7 # adds argo-server role so the argo-server has enough permissions to run - argo-server-role.yaml @@ -21,11 +21,11 @@ resources: # keep all the images consistent images: - name: quay.io/argoproj/workflow-controller - newTag: v3.7.6 + newTag: v3.7.7 - name: quay.io/argoproj/argoexec - newTag: v3.7.6 + newTag: v3.7.7 - name: quay.io/argoproj/argocli - newTag: v3.7.6 + newTag: v3.7.7 patches: - target: