fix: remove timecapsule module, adjust storage

This commit is contained in:
Stefan Reimer 2021-08-31 17:33:54 +02:00
parent a6d215b599
commit e9d451c91c
5 changed files with 10 additions and 16 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubezero name: kubezero
description: KubeZero - Bootstrap and ArgoCD Root App of Apps chart description: KubeZero - Bootstrap and ArgoCD Root App of Apps chart
type: application type: application
version: 1.20.8-5 version: 1.20.8-6
home: https://kubezero.com home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords: keywords:

View File

@ -1,7 +1,7 @@
{{- if and ( not .Values.argocdAppName ) ( not .Values.installKubeZero ) }} {{- if and ( not .Values.argocdAppName ) ( not .Values.installKubeZero ) }}
# if no ArgoCD is used, only render the global values.yaml for all kubezero modules # if no ArgoCD is used, only render the global values.yaml for all kubezero modules
{{- $artifacts := list "calico" "cert-manager" "kiam" "aws-ebs-csi-driver" "aws-efs-csi-driver" "istio" "istio-ingress" "metrics" "logging" "argocd" "timecapsule" "storage" }} {{- $artifacts := list "calico" "cert-manager" "kiam" "aws-ebs-csi-driver" "aws-efs-csi-driver" "istio" "istio-ingress" "metrics" "logging" "argocd" "storage" }}
{{- range $artifacts }} {{- range $artifacts }}
{{- if index $.Values . }} {{- if index $.Values . }}

View File

@ -1,8 +1,13 @@
{{- define "storage-values" }} {{- define "storage-values" }}
{{- with index .Values "storage" "storageClass" }} {{- with index .Values "storage" "lvm-localpv" }}
storageClass: lvm-localpv:
{{- . | toYaml | nindent 2 }} {{- toYaml . | nindent 2 }}
{{- end }}
{{- with .Values.storage.gemini }}
gemini:
{{- toYaml . | nindent 2 }}
{{- end }} {{- end }}
{{- end }} {{- end }}

View File

@ -1,8 +0,0 @@
{{- define "timecapsule-values" }}
{{- end }}
{{- define "timecapsule-argo" }}
{{- end }}
{{ include "kubezero-app.app" . }}

View File

@ -26,9 +26,6 @@ storage:
enabled: false enabled: false
crds: true crds: true
timecapsule:
enabled: false
aws-ebs-csi-driver: aws-ebs-csi-driver:
enabled: false enabled: false
crds: true crds: true