Skip to content

Commit

Permalink
fix(deps): update helm release sysdig-deploy to v1.73.2 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Jan 12, 2025
1 parent 2c411f4 commit b22a6fd
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.8"
version = "1.73.2"
namespace = var.namespace
create_namespace = true
timeout = 600
Expand Down

0 comments on commit b22a6fd

Please sign in to comment.