From 45310ac1b8db47ea5002e75c27003be1d6abc45b Mon Sep 17 00:00:00 2001 From: jvoravong <47871238+jvoravong@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:05:06 +0000 Subject: [PATCH] Update certmanager chart dependency version --- helm-charts/splunk-otel-collector/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/splunk-otel-collector/Chart.yaml b/helm-charts/splunk-otel-collector/Chart.yaml index 75ed73f554..f1ac307f28 100644 --- a/helm-charts/splunk-otel-collector/Chart.yaml +++ b/helm-charts/splunk-otel-collector/Chart.yaml @@ -23,7 +23,7 @@ dependencies: # - Avoid uppercase letters in names/aliases, they cause install failure due to subchart resource naming # - Avoid hyphen characters in names/aliases, they introduce template rendering complications (https://github.com/helm/helm/issues/2192) - name: cert-manager - version: v1.14.4 + version: v1.15.3 alias: certmanager repository: https://charts.jetstack.io condition: certmanager.enabled