chore: Version bump
This commit is contained in:
parent
06eda41283
commit
c7e4d5a46a
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: kubezero
|
||||
description: KubeZero - Bootstrap and ArgoCD Root App of Apps chart
|
||||
type: application
|
||||
version: 1.20.8-11
|
||||
version: 1.20.8-12
|
||||
home: https://kubezero.com
|
||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||
keywords:
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
@ -44,7 +44,7 @@ Kubernetes: `>= 1.18.0`
|
||||
| cert-manager.crds | bool | `true` | |
|
||||
| cert-manager.enabled | bool | `false` | |
|
||||
| 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.namespace | string | `"istio-ingress"` | |
|
||||
| istio-ingress.targetRevision | string | `"0.7.5"` | |
|
||||
@ -67,7 +67,7 @@ Kubernetes: `>= 1.18.0`
|
||||
| metrics.istio.grafana | object | `{}` | |
|
||||
| metrics.istio.prometheus | object | `{}` | |
|
||||
| metrics.namespace | string | `"monitoring"` | |
|
||||
| metrics.targetRevision | string | `"0.5.2"` | |
|
||||
| metrics.targetRevision | string | `"0.5.4"` | |
|
||||
| storage.crds | bool | `true` | |
|
||||
| storage.enabled | bool | `false` | |
|
||||
| storage.targetRevision | string | `"0.3.0"` | |
|
||||
|
@ -1,9 +1,5 @@
|
||||
{{- define "metrics-values" }}
|
||||
|
||||
{{- with .Values.metrics.additionalRuleLabels }}
|
||||
additionalRuleLabels:
|
||||
{{- toYaml . | nindent 2 }}
|
||||
{{- end }}
|
||||
{{- with .Values.metrics.istio }}
|
||||
istio:
|
||||
{{- toYaml . | nindent 2 }}
|
||||
|
@ -20,7 +20,7 @@ cert-manager:
|
||||
enabled: false
|
||||
crds: true
|
||||
namespace: cert-manager
|
||||
targetRevision: 0.7.0
|
||||
targetRevision: 0.7.3
|
||||
|
||||
kiam:
|
||||
enabled: false
|
||||
@ -55,7 +55,7 @@ metrics:
|
||||
enabled: false
|
||||
crds: true
|
||||
namespace: monitoring
|
||||
targetRevision: 0.5.2
|
||||
targetRevision: 0.5.4
|
||||
istio:
|
||||
grafana: {}
|
||||
prometheus: {}
|
||||
|
Loading…
Reference in New Issue
Block a user