From 898b8b5bb7949977a8ea5ee4b3ce4b60e6887546 Mon Sep 17 00:00:00 2001 From: jvoravong <47871238+jvoravong@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:04:53 +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 45d45dfaad..8e0d661952 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