Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint-workflow-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install Argo CLI
run: |
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.7.2/argo-linux-amd64.gz
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.7.3/argo-linux-amd64.gz
gunzip argo-linux-amd64.gz
chmod +x argo-linux-amd64
sudo mv argo-linux-amd64 /usr/local/bin/argo
Expand Down
8 changes: 4 additions & 4 deletions components/argo-workflows/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
- https://github.com/argoproj/argo-workflows/manifests/cluster-install/?ref=v3.7.3

# adds argo-server role so the argo-server has enough permissions to run
- argo-server-role.yaml
Expand All @@ -21,11 +21,11 @@ resources:
# keep all the images consistent
images:
- name: quay.io/argoproj/workflow-controller
newTag: v3.7.2
newTag: v3.7.3
- name: quay.io/argoproj/argoexec
newTag: v3.7.2
newTag: v3.7.3
- name: quay.io/argoproj/argocli
newTag: v3.7.2
newTag: v3.7.3

patches:
- target:
Expand Down
Loading