From 065700e7d23572bb8515427c46b2dc1cf035b49a Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sat, 21 Mar 2026 20:50:42 +0200 Subject: [PATCH] Fix: Configure cert-manager as embedded subchart --- charts/cert-manager-stack/Chart.yaml | 5 ++--- charts/cert-manager-stack/values.yaml | 6 +++--- manifests/cert-manager-stack/values.yaml | 5 +++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/cert-manager-stack/Chart.yaml b/charts/cert-manager-stack/Chart.yaml index 04cbe26..bcca8d1 100644 --- a/charts/cert-manager-stack/Chart.yaml +++ b/charts/cert-manager-stack/Chart.yaml @@ -6,12 +6,11 @@ version: 1.0.0 appVersion: "v1.20.0" kubeVersion: '>= 1.22.0-0' -# Dependencies - Embedded cert-manager chart (in charts/ subdirectory) +# Dependencies - cert-manager chart is embedded in charts/cert-manager/ subdirectory dependencies: - name: cert-manager version: "v1.20.0" - alias: certManager - condition: certManager.enabled + condition: cert-manager.enabled keywords: - cert-manager diff --git a/charts/cert-manager-stack/values.yaml b/charts/cert-manager-stack/values.yaml index cad797e..cc86b66 100644 --- a/charts/cert-manager-stack/values.yaml +++ b/charts/cert-manager-stack/values.yaml @@ -5,10 +5,10 @@ # ============================================================================= # cert-manager Upstream Chart Values -# All values under this key are passed to the cert-manager dependency +# All values under this key are passed to the cert-manager subchart # ============================================================================= -certManager: - # Enable cert-manager installation +cert-manager: + # Enable the embedded cert-manager subchart enabled: true # Install CRDs as part of the chart diff --git a/manifests/cert-manager-stack/values.yaml b/manifests/cert-manager-stack/values.yaml index c8d9279..5488075 100644 --- a/manifests/cert-manager-stack/values.yaml +++ b/manifests/cert-manager-stack/values.yaml @@ -5,9 +5,10 @@ # ----------------------------------------------------------------------------- # cert-manager Configuration (Upstream Chart) -# These values are passed directly to the cert-manager Helm chart dependency +# These values are passed directly to the embedded cert-manager subchart # ----------------------------------------------------------------------------- -certManager: +cert-manager: + # Enable the embedded cert-manager subchart enabled: true # Install CRDs as part of the Helm release