This commit is contained in:
2026-02-13 20:41:11 +11:00
parent 53f75a0847
commit 0441219790
+2 -2
View File
@@ -73,7 +73,7 @@ resource "helm_release" "crowdsec" {
name = "crowdsec"
repository = "https://crowdsecurity.github.io/helm-charts"
chart = "crowdsec"
version = "0.20.0"
version = "0.22.0"
namespace = kubernetes_namespace.crowdsec.metadata[0].name
wait = true
@@ -85,7 +85,7 @@ resource "helm_release" "crowdsec" {
image = {
repository = "crowdsecurity/crowdsec"
tag = "v1.7.3"
tag = "v1.7.6"
pullPolicy = "IfNotPresent"
}