Skip to content

Commit 9b9a2c9

Browse files
committed
Temp workaround to work with the old but verified helm chart
1 parent 38f3c14 commit 9b9a2c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/sysdig-agent.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ resource "helm_release" "sysdig_agent" {
2020
repository = local.sysdig_helm_repository.sysdig_charts
2121
chart = "sysdig"
2222
namespace = kubernetes_namespace.sysdig_agent_namespace.0.id
23+
version = "1.14.32" #TEMP until the quickstart is fully reviewed for the new helm charts
2324
wait = false
2425

2526
set {

0 commit comments

Comments
 (0)