Skip to content

Commit

Permalink
chore(deps): update helm release argo-rollouts to v2.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 03642a0 commit 55261e4
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 @@ -83,7 +83,7 @@ module "argo_rollouts" {
namespace = try(var.argo_rollouts.namespace, "argo-rollouts")
create_namespace = try(var.argo_rollouts.create_namespace, true)
chart = try(var.argo_rollouts.chart, "argo-rollouts")
chart_version = try(var.argo_rollouts.chart_version, "2.34.3")
chart_version = try(var.argo_rollouts.chart_version, "2.38.0")
repository = try(var.argo_rollouts.repository, "https://argoproj.github.io/argo-helm")
values = try(var.argo_rollouts.values, [])

Expand Down

0 comments on commit 55261e4

Please sign in to comment.