From 4a01a603394f805e19ac7939ed428ca32cde2550 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Thu, 21 Nov 2024 01:01:19 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.16.2 --- 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 1acefbf..f93487d 100644 --- a/installations/system/helmfile.yaml +++ b/installations/system/helmfile.yaml @@ -75,7 +75,7 @@ releases: - name: cert-manager chart: jetstack/cert-manager - version: v1.16.1 + version: v1.16.2 namespace: kube-system condition: base.enabled missingFileHandler: Warn -- 2.45.2