More minor fixed for new Istio integration

This commit is contained in:
Stefan Reimer 2020-07-15 18:13:23 +01:00
parent fc2698d11f
commit 1afe82f831
8 changed files with 22 additions and 7 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubezero-calico name: kubezero-calico
description: KubeZero Umbrella Chart for Calico description: KubeZero Umbrella Chart for Calico
type: application type: application
version: 0.1.6 version: 0.1.7
appVersion: 3.15 appVersion: 3.15
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

View File

@ -2,7 +2,7 @@ kubezero-calico
=============== ===============
KubeZero Umbrella Chart for Calico KubeZero Umbrella Chart for Calico
Current chart version is `0.1.6` Current chart version is `0.1.7`
Source code can be found [here](https://kubezero.com) Source code can be found [here](https://kubezero.com)

View File

@ -5,7 +5,7 @@ KubeZero Umbrella Chart for Istio
Installs Istio Operator and KubeZero Istio profile Installs Istio Operator and KubeZero Istio profile
Current chart version is `0.1.2` Current chart version is `0.1.3`
Source code can be found [here](https://kubezero.com) Source code can be found [here](https://kubezero.com)
@ -13,13 +13,18 @@ Source code can be found [here](https://kubezero.com)
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| | istio-operator | = 1.6 | | | istio-operator | >= 1.6 |
| https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.1 | | https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.1 |
## KubeZero default configuration ## KubeZero default configuration
- mapped istio-operator to run on the controller nodes only - mapped istio-operator to run on the controller nodes only
## Chart Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| istio-operator.hub | string | `"docker.io/istio"` | |
| istio-operator.tag | string | `"1.6.5"` | |
## Resources ## Resources

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubezero name: kubezero
description: KubeZero ArgoCD Application - Root App of Apps chart of KubeZero description: KubeZero ArgoCD Application - Root App of Apps chart of KubeZero
type: application type: application
version: 0.3.7 version: 0.3.8
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

@ -2,7 +2,7 @@ kubezero
======== ========
KubeZero ArgoCD Application - Root App of Apps chart of KubeZero KubeZero ArgoCD Application - Root App of Apps chart of KubeZero
Current chart version is `0.3.7` Current chart version is `0.3.8`
Source code can be found [here](https://kubezero.com) Source code can be found [here](https://kubezero.com)

View File

@ -3,4 +3,11 @@
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
ignoreDifferences:
- group: apiextensions.k8s.io
kind: CustomResourceDefinition
jsonPointers:
- /metadata/labels
- /spec/additionalPrinterColumns
{{- end }} {{- end }}

View File

@ -65,7 +65,7 @@ kubezero:
{{- end }} {{- end }}
istio: istio:
enabled: {{ .Values.istio.enabled }} enabled: {{ index .Values "istio-operator" "enabled" }}
{{- end }} {{- end }}

View File

@ -23,6 +23,9 @@ kiam:
istio: istio:
enabled: false enabled: false
istio-operator:
enabled: false
prometheus: prometheus:
enabled: false enabled: false