feat: release 1.21.9-4

This commit is contained in:
Stefan Reimer 2022-04-08 16:20:19 +02:00
parent 7b7aa2c754
commit 29c54d109c
3 changed files with 14 additions and 6 deletions

View File

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

View File

@ -3,6 +3,8 @@
{{- with index .Values "storage" "lvm-localpv" }}
lvm-localpv:
{{- toYaml . | nindent 2 }}
prometheus:
enabled: {{ $.Values.metrics.enabled }}
{{- end }}
{{- with .Values.storage.gemini }}
@ -33,6 +35,12 @@ aws-efs-csi-driver:
value: "/var/run/secrets/sts.amazonaws.com/serviceaccount/token"
- name: AWS_STS_REGIONAL_ENDPOINTS
value: regional
# Dynamic Provisioning
{{- with index .Values "storage" "aws-efs-csi-driver" "storageClasses" }}
storageClasses:
{{- toYaml . | nindent 4 }}
{{- end }}
# Legacy static provisioning
{{- with index .Values "storage" "aws-efs-csi-driver" "PersistentVolumes" }}
PersistentVolumes:
{{- toYaml . | nindent 4 }}

View File

@ -13,12 +13,12 @@ addons:
network:
enabled: false
retain: true
targetRevision: 0.1.0
targetRevision: 0.1.7
cert-manager:
enabled: false
namespace: cert-manager
targetRevision: 0.8.0
targetRevision: 0.8.2
# deprecated - removed with 1.22
kiam:
@ -27,7 +27,7 @@ kiam:
storage:
enabled: false
targetRevision: 0.5.4
targetRevision: 0.5.7
aws-ebs-csi-driver:
enabled: false
aws-efs-csi-driver:
@ -54,11 +54,11 @@ metrics:
logging:
enabled: false
namespace: logging
targetRevision: 0.7.17
targetRevision: 0.7.18
argocd:
enabled: false
namespace: argocd
targetRevision: 0.9.5
targetRevision: 0.9.6
istio:
enabled: false