From 04b989facf107ac7c2ec66faf567ecb42fe46533 Mon Sep 17 00:00:00 2001 From: ops Date: Wed, 29 Apr 2026 21:48:21 +0200 Subject: [PATCH] cert-manager crds.keep=false (drop resource-policy annotation Argo wont apply) --- Chart.yaml | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 4691cdf..d63ccd8 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -23,8 +23,8 @@ description: | Git). type: application -version: 0.2.2 -appVersion: "0.2.2" +version: 0.2.3 +appVersion: "0.2.3" dependencies: - name: cert-manager diff --git a/values.yaml b/values.yaml index 86f234a..1241984 100644 --- a/values.yaml +++ b/values.yaml @@ -44,7 +44,7 @@ certManager: cert-manager: crds: enabled: true - keep: true + keep: false # traefik — upstream chart. LoadBalancer Service so the customer's # k3s servicelb maps :80/:443 to the host. Tower currently doesn't