Skip to content

Commit

Permalink
feat: Bump argo-workflows chart version (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
askulkarni2 authored Oct 24, 2023
1 parent d45aada commit f039cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ module "argo_workflows" {
namespace = try(var.argo_workflows.namespace, "argo-workflows")
create_namespace = try(var.argo_workflows.create_namespace, true)
chart = try(var.argo_workflows.chart, "argo-workflows")
chart_version = try(var.argo_workflows.chart_version, "0.32.1")
chart_version = try(var.argo_workflows.chart_version, "0.36.1")
repository = try(var.argo_workflows.repository, "https://argoproj.github.io/argo-helm")
values = try(var.argo_workflows.values, [])

Expand Down

0 comments on commit f039cda

Please sign in to comment.