Skip to content

Commit

Permalink
fix(deps): update helm release sysdig-deploy to v1.66.7 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Oct 20, 2024
1 parent 5ba6769 commit d9cdf33
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 @@ -30,7 +30,7 @@ resource "helm_release" "scc_wp_agent" {
name = var.name
repository = "https://charts.sysdig.com"
chart = "sysdig-deploy"
version = "1.66.3"
version = "1.66.7"
namespace = var.namespace
create_namespace = true
timeout = 600
Expand Down

0 comments on commit d9cdf33

Please sign in to comment.