From 80fda1310596b54118fb0b93451f85f6808ab2b0 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sat, 6 Dec 2025 15:59:48 +1100 Subject: [PATCH] archive alist --- {media => archive}/alist.yaml | 0 terraform/crowdsec.tf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {media => archive}/alist.yaml (100%) diff --git a/media/alist.yaml b/archive/alist.yaml similarity index 100% rename from media/alist.yaml rename to archive/alist.yaml diff --git a/terraform/crowdsec.tf b/terraform/crowdsec.tf index aee9f78..7323d9c 100644 --- a/terraform/crowdsec.tf +++ b/terraform/crowdsec.tf @@ -85,7 +85,7 @@ resource "helm_release" "crowdsec" { image = { repository = "crowdsecurity/crowdsec" - tag = "v1.7.0" + tag = "v1.7.3" pullPolicy = "IfNotPresent" }