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