Skip to content

Commit

Permalink
fix(deps): update helm release sysdig-deploy to v1.72.5 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Dec 28, 2024
1 parent 2e4f937 commit 0eff805
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 @@ -36,7 +36,7 @@ resource "helm_release" "scc_wp_agent" {
name = var.name
repository = "https://charts.sysdig.com"
chart = "sysdig-deploy"
version = "1.72.0"
version = "1.72.5"
namespace = var.namespace
create_namespace = true
timeout = 600
Expand Down

0 comments on commit 0eff805

Please sign in to comment.