From 2a4d253ae8117e4f3710270f7d40e5d4b71cd324 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Tue, 4 Feb 2025 01:01:15 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.17.0 --- installations/system/helmfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/system/helmfile.yaml b/installations/system/helmfile.yaml index 1ed0d25..926f1e2 100644 --- a/installations/system/helmfile.yaml +++ b/installations/system/helmfile.yaml @@ -62,7 +62,7 @@ releases: - name: cert-manager chart: jetstack/cert-manager - version: v1.16.2 + version: v1.17.0 namespace: kube-system condition: base.enabled missingFileHandler: Warn