Skip to content

Commit f039cda

Browse files
authored
feat: Bump argo-workflows chart version (#278)
1 parent d45aada commit f039cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ module "argo_workflows" {
140140
namespace = try(var.argo_workflows.namespace, "argo-workflows")
141141
create_namespace = try(var.argo_workflows.create_namespace, true)
142142
chart = try(var.argo_workflows.chart, "argo-workflows")
143-
chart_version = try(var.argo_workflows.chart_version, "0.32.1")
143+
chart_version = try(var.argo_workflows.chart_version, "0.36.1")
144144
repository = try(var.argo_workflows.repository, "https://argoproj.github.io/argo-helm")
145145
values = try(var.argo_workflows.values, [])
146146

0 commit comments

Comments
 (0)