Skip to content

Commit

Permalink
fix(deps): update helm release sysdig-deploy to v1.67.6 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Nov 17, 2024
1 parent 5c143e3 commit 5d21f6e
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.67.4"
version = "1.67.6"
namespace = var.namespace
create_namespace = true
timeout = 600
Expand Down

0 comments on commit 5d21f6e

Please sign in to comment.