From 9e13559e8c0c29c2db9009c282a7e87304141db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=A4hler?= Date: Tue, 2 May 2023 11:17:14 +0200 Subject: [PATCH] [vcluster]: fix cilium installer values (#91) * deprecation: remove gitops component * fix: update helm-docs * fix: cilium installer * helm-docs --- charts/vcluster/Chart.yaml | 2 +- charts/vcluster/README.md | 2 +- charts/vcluster/addons/scripts/configure-vcluster.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/vcluster/Chart.yaml b/charts/vcluster/Chart.yaml index 18f95f54..1c153092 100644 --- a/charts/vcluster/Chart.yaml +++ b/charts/vcluster/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: vcluster description: Virtual Kubernetes Cluster type: application -version: 0.4.0 +version: 0.4.1 appVersion: 0.1.0 keywords: - vcluster diff --git a/charts/vcluster/README.md b/charts/vcluster/README.md index b2238519..f19433f9 100644 --- a/charts/vcluster/README.md +++ b/charts/vcluster/README.md @@ -2,7 +2,7 @@ __This Chart is under active development! We try to improve documentation and values consistency over time__ -![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Virtual Kubernetes Cluster diff --git a/charts/vcluster/addons/scripts/configure-vcluster.sh b/charts/vcluster/addons/scripts/configure-vcluster.sh index d58d0783..d84242ed 100644 --- a/charts/vcluster/addons/scripts/configure-vcluster.sh +++ b/charts/vcluster/addons/scripts/configure-vcluster.sh @@ -96,7 +96,7 @@ kubeadm init phase addon kube-proxy --config /config/kubeadmcfg.yaml kubectl -n kube-system delete configmap/kube-proxy daemonset/kube-proxy 2>/dev/null || true {{- end }} -{{- $job := $.Values.jobs }} +{{- $job := $.Values.lifecycle }} {{- if $job.cilium.enabled }} {{- if or (and ($job.cilium.on_install) ($.Release.IsInstall)) (not $job.cilium.on_install) }} # install cilium