Skip to content

Commit 22203e7

Browse files
committed
chore(argo-workflows): upgrade to Argo Workflows 3.6.10
1 parent aa6eee2 commit 22203e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/argo/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.5.10
12+
- https://github.com/argoproj/argo-workflows/manifests/cluster-install/?ref=v3.6.10
1313

1414
# ingress for workflows.${DNS_ZONE} to the argo server for the UI
1515
- ingress.yaml
@@ -20,11 +20,11 @@ resources:
2020
# keep all the images consistent
2121
images:
2222
- name: quay.io/argoproj/workflow-controller
23-
newTag: v3.5.10
23+
newTag: v3.6.10
2424
- name: quay.io/argoproj/argoexec
25-
newTag: v3.5.10
25+
newTag: v3.6.10
2626
- name: quay.io/argoproj/argocli
27-
newTag: v3.5.10
27+
newTag: v3.6.10
2828

2929
patches:
3030
- target:

0 commit comments

Comments
 (0)