From f3e29eee993970822e91c0570e5a91baeb99021f Mon Sep 17 00:00:00 2001 From: jvoravong <47871238+jvoravong@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:04:27 +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 524e2731a7..7bcb5ca04d 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