From facd04b1934c9f16f2bd04e41524f3c4f1776bf4 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Tue, 18 Feb 2025 01:01:09 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.17.1 --- 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 907213f..514eed1 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.17.0 + version: v1.17.1 namespace: kube-system condition: base.enabled missingFileHandler: Warn