From 56d4216defdea99aacefa76fe5186fcc13ab420b Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Sun, 26 Jan 2025 01:01:06 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.16.3 --- 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 c7d4942..edd12fa 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.16.3 namespace: kube-system condition: base.enabled missingFileHandler: Warn