chore: kubezero version bump incl. latest logging
This commit is contained in:
parent
4fe6221ead
commit
0e4aed0e93
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: kubezero
|
||||
description: KubeZero - Bootstrap and ArgoCD Root App of Apps chart
|
||||
type: application
|
||||
version: 1.20.8-12
|
||||
version: 1.20.8-13
|
||||
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-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)
|
||||
![Version: 1.20.8-13](https://img.shields.io/badge/Version-1.20.8--13-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
|
||||
|
||||
@ -31,7 +31,7 @@ Kubernetes: `>= 1.18.0`
|
||||
| argocd.enabled | bool | `false` | |
|
||||
| argocd.istio.enabled | bool | `false` | |
|
||||
| argocd.namespace | string | `"argocd"` | |
|
||||
| argocd.targetRevision | string | `"0.8.2"` | |
|
||||
| argocd.targetRevision | string | `"0.8.4"` | |
|
||||
| aws-ebs-csi-driver.crds | bool | `true` | |
|
||||
| aws-ebs-csi-driver.enabled | bool | `false` | |
|
||||
| aws-ebs-csi-driver.targetRevision | string | `"0.6.4"` | |
|
||||
@ -61,7 +61,7 @@ Kubernetes: `>= 1.18.0`
|
||||
| logging.crds | bool | `true` | |
|
||||
| logging.enabled | bool | `false` | |
|
||||
| logging.namespace | string | `"logging"` | |
|
||||
| logging.targetRevision | string | `"0.7.13"` | |
|
||||
| logging.targetRevision | string | `"0.7.14"` | |
|
||||
| metrics.crds | bool | `true` | |
|
||||
| metrics.enabled | bool | `false` | |
|
||||
| metrics.istio.grafana | object | `{}` | |
|
||||
@ -70,7 +70,7 @@ Kubernetes: `>= 1.18.0`
|
||||
| metrics.targetRevision | string | `"0.5.4"` | |
|
||||
| storage.crds | bool | `true` | |
|
||||
| storage.enabled | bool | `false` | |
|
||||
| storage.targetRevision | string | `"0.3.0"` | |
|
||||
| storage.targetRevision | string | `"0.3.2"` | |
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
|
@ -2,8 +2,12 @@
|
||||
|
||||
localCA:
|
||||
enabled: true
|
||||
{{ with index .Values "cert-manager" "IamArn" }}
|
||||
|
||||
cert-manager:
|
||||
prometheus:
|
||||
servicemonitor:
|
||||
enabled: {{ $.Values.metrics.enabled }}
|
||||
{{ with index .Values "cert-manager" "IamArn" }}
|
||||
extraEnv:
|
||||
- name: AWS_ROLE_ARN
|
||||
value: "{{ . }}"
|
||||
@ -25,10 +29,6 @@ cert-manager:
|
||||
- name: aws-token
|
||||
mountPath: "/var/run/secrets/sts.amazonaws.com/serviceaccount/"
|
||||
readOnly: true
|
||||
|
||||
prometheus:
|
||||
servicemonitor:
|
||||
enabled: {{ $.Values.metrics.enabled }}
|
||||
{{- end }}
|
||||
|
||||
{{- with index .Values "cert-manager" "clusterIssuer" }}
|
||||
|
@ -64,7 +64,7 @@ logging:
|
||||
enabled: false
|
||||
crds: true
|
||||
namespace: logging
|
||||
targetRevision: 0.7.13
|
||||
targetRevision: 0.7.14
|
||||
|
||||
argocd:
|
||||
enabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user