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 name: kubezero
description: KubeZero - Root App of Apps chart description: KubeZero - Root App of Apps chart
type: application type: application
version: 1.21.9-1 version: 1.21.9-4
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

@ -3,6 +3,8 @@
{{- with index .Values "storage" "lvm-localpv" }} {{- with index .Values "storage" "lvm-localpv" }}
lvm-localpv: lvm-localpv:
{{- toYaml . | nindent 2 }} {{- toYaml . | nindent 2 }}
prometheus:
enabled: {{ $.Values.metrics.enabled }}
{{- end }} {{- end }}
{{- with .Values.storage.gemini }} {{- with .Values.storage.gemini }}
@ -33,6 +35,12 @@ aws-efs-csi-driver:
value: "/var/run/secrets/sts.amazonaws.com/serviceaccount/token" value: "/var/run/secrets/sts.amazonaws.com/serviceaccount/token"
- name: AWS_STS_REGIONAL_ENDPOINTS - name: AWS_STS_REGIONAL_ENDPOINTS
value: regional 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" }} {{- with index .Values "storage" "aws-efs-csi-driver" "PersistentVolumes" }}
PersistentVolumes: PersistentVolumes:
{{- toYaml . | nindent 4 }} {{- toYaml . | nindent 4 }}

View File

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