chore: kubezero version bump incl. latest logging

This commit is contained in:
Stefan Reimer 2021-10-21 17:10:13 +02:00
parent 29088aa4bb
commit a16300f94e
4 changed files with 11 additions and 11 deletions

View File

@ -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:

View File

@ -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)

View File

@ -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" }}

View File

@ -64,7 +64,7 @@ logging:
enabled: false
crds: true
namespace: logging
targetRevision: 0.7.13
targetRevision: 0.7.14
argocd:
enabled: false