Skip to content

Commit

Permalink
chore(deps): update helm release argo-events to v2.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 03642a0 commit 12e76d2
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 @@ -251,7 +251,7 @@ module "argo_events" {
namespace = try(var.argo_events.namespace, "argo-events")
create_namespace = try(var.argo_events.create_namespace, true)
chart = try(var.argo_events.chart, "argo-events")
chart_version = try(var.argo_events.chart_version, "2.4.3")
chart_version = try(var.argo_events.chart_version, "2.4.9")
repository = try(var.argo_events.repository, "https://argoproj.github.io/argo-helm")
values = try(var.argo_events.values, [])

Expand Down

0 comments on commit 12e76d2

Please sign in to comment.