Fix: Configure cert-manager as embedded subchart

This commit is contained in:
dvirlabs 2026-03-21 20:50:42 +02:00
parent 76eead2f33
commit 065700e7d2
3 changed files with 8 additions and 8 deletions

View File

@ -6,12 +6,11 @@ version: 1.0.0
appVersion: "v1.20.0" appVersion: "v1.20.0"
kubeVersion: '>= 1.22.0-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: dependencies:
- name: cert-manager - name: cert-manager
version: "v1.20.0" version: "v1.20.0"
alias: certManager condition: cert-manager.enabled
condition: certManager.enabled
keywords: keywords:
- cert-manager - cert-manager

View File

@ -5,10 +5,10 @@
# ============================================================================= # =============================================================================
# cert-manager Upstream Chart Values # 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: cert-manager:
# Enable cert-manager installation # Enable the embedded cert-manager subchart
enabled: true enabled: true
# Install CRDs as part of the chart # Install CRDs as part of the chart

View File

@ -5,9 +5,10 @@
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# cert-manager Configuration (Upstream Chart) # 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 enabled: true
# Install CRDs as part of the Helm release # Install CRDs as part of the Helm release