Skip to content

Commit 58ead11

Browse files
authored
fix: Updating argo-wf version to the latest existing one (#174)
1 parent 7431b0c commit 58ead11

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
@@ -134,7 +134,7 @@ module "argo_workflows" {
134134
namespace = try(var.argo_workflows.namespace, "argo-workflows")
135135
create_namespace = try(var.argo_workflows.create_namespace, true)
136136
chart = "argo-workflows"
137-
chart_version = try(var.argo_workflows.chart_version, "2.22.13")
137+
chart_version = try(var.argo_workflows.chart_version, "0.28.2")
138138
repository = try(var.argo_workflows.repository, "https://argoproj.github.io/argo-helm")
139139
values = try(var.argo_workflows.values, [])
140140

0 commit comments

Comments
 (0)