chore: Version bump

This commit is contained in:
Stefan Reimer 2021-09-29 16:33:47 +02:00
parent c97c9e6d91
commit acd34c3bf3
4 changed files with 6 additions and 10 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-11 version: 1.20.8-12
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,6 +1,6 @@
# kubezero # kubezero
![Version: 1.20.8-11](https://img.shields.io/badge/Version-1.20.8--11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 1.20.8-12](https://img.shields.io/badge/Version-1.20.8--12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
KubeZero - Bootstrap and ArgoCD Root App of Apps chart KubeZero - Bootstrap and ArgoCD Root App of Apps chart
@ -44,7 +44,7 @@ Kubernetes: `>= 1.18.0`
| cert-manager.crds | bool | `true` | | | cert-manager.crds | bool | `true` | |
| cert-manager.enabled | bool | `false` | | | cert-manager.enabled | bool | `false` | |
| cert-manager.namespace | string | `"cert-manager"` | | | cert-manager.namespace | string | `"cert-manager"` | |
| cert-manager.targetRevision | string | `"0.7.0"` | | | cert-manager.targetRevision | string | `"0.7.3"` | |
| istio-ingress.enabled | bool | `false` | | | istio-ingress.enabled | bool | `false` | |
| istio-ingress.namespace | string | `"istio-ingress"` | | | istio-ingress.namespace | string | `"istio-ingress"` | |
| istio-ingress.targetRevision | string | `"0.7.5"` | | | istio-ingress.targetRevision | string | `"0.7.5"` | |
@ -67,7 +67,7 @@ Kubernetes: `>= 1.18.0`
| metrics.istio.grafana | object | `{}` | | | metrics.istio.grafana | object | `{}` | |
| metrics.istio.prometheus | object | `{}` | | | metrics.istio.prometheus | object | `{}` | |
| metrics.namespace | string | `"monitoring"` | | | metrics.namespace | string | `"monitoring"` | |
| metrics.targetRevision | string | `"0.5.2"` | | | metrics.targetRevision | string | `"0.5.4"` | |
| storage.crds | bool | `true` | | | storage.crds | bool | `true` | |
| storage.enabled | bool | `false` | | | storage.enabled | bool | `false` | |
| storage.targetRevision | string | `"0.3.0"` | | | storage.targetRevision | string | `"0.3.0"` | |

View File

@ -1,9 +1,5 @@
{{- define "metrics-values" }} {{- define "metrics-values" }}
{{- with .Values.metrics.additionalRuleLabels }}
additionalRuleLabels:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with .Values.metrics.istio }} {{- with .Values.metrics.istio }}
istio: istio:
{{- toYaml . | nindent 2 }} {{- toYaml . | nindent 2 }}

View File

@ -20,7 +20,7 @@ cert-manager:
enabled: false enabled: false
crds: true crds: true
namespace: cert-manager namespace: cert-manager
targetRevision: 0.7.0 targetRevision: 0.7.3
kiam: kiam:
enabled: false enabled: false
@ -55,7 +55,7 @@ metrics:
enabled: false enabled: false
crds: true crds: true
namespace: monitoring namespace: monitoring
targetRevision: 0.5.2 targetRevision: 0.5.4
istio: istio:
grafana: {} grafana: {}
prometheus: {} prometheus: {}