We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f3c14 commit 9b9a2c9Copy full SHA for 9b9a2c9
terraform/sysdig-agent.tf
@@ -20,6 +20,7 @@ resource "helm_release" "sysdig_agent" {
20
repository = local.sysdig_helm_repository.sysdig_charts
21
chart = "sysdig"
22
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
24
wait = false
25
26
set {
0 commit comments