mirror of https://git.rancher.io/charts
add istio 1.16.3
parent
0ebf48575e
commit
3898432b56
|
@ -11,9 +11,9 @@ annotations:
|
||||||
catalog.cattle.io/requests-memory: 2314Mi
|
catalog.cattle.io/requests-memory: 2314Mi
|
||||||
catalog.cattle.io/type: cluster-tool
|
catalog.cattle.io/type: cluster-tool
|
||||||
catalog.cattle.io/ui-component: istio
|
catalog.cattle.io/ui-component: istio
|
||||||
catalog.cattle.io/upstream-version: 1.15.3
|
catalog.cattle.io/upstream-version: 1.16.3
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 1.15.3
|
appVersion: 1.16.3
|
||||||
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
|
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
|
||||||
for details.
|
for details.
|
||||||
icon: https://charts.rancher.io/assets/logos/istio.svg
|
icon: https://charts.rancher.io/assets/logos/istio.svg
|
||||||
|
@ -21,4 +21,4 @@ keywords:
|
||||||
- networking
|
- networking
|
||||||
- infrastructure
|
- infrastructure
|
||||||
name: rancher-istio
|
name: rancher-istio
|
||||||
version: 1.15.3
|
version: 1.16.3
|
||||||
|
|
|
@ -38,7 +38,7 @@ To install istio with CNI enabled, e.g. when cluster has a default PSP set to "r
|
||||||
See [this issue](https://github.com/rancher/rancher/issues/33291) for details.
|
See [this issue](https://github.com/rancher/rancher/issues/33291) for details.
|
||||||
|
|
||||||
## Installing istio with distroless-images.
|
## Installing istio with distroless-images.
|
||||||
Istio `101.1.0+up1.15.3` uses distroless images for `istio-proxyv2`, `istio-install-cni` and `istio-pilot`. Distroless images don't have the common debugging tools like `bash`, `curl`, etc. If you wish to troubleshoot Istio, you can switch to regular images by updating `values.yaml` file.
|
Istio `102.1.0+up1.16.3` uses distroless images for `istio-proxyv2`, `istio-install-cni` and `istio-pilot`. Distroless images don't have the common debugging tools like `bash`, `curl`, etc. If you wish to troubleshoot Istio, you can switch to regular images by updating `values.yaml` file.
|
||||||
|
|
||||||
## Deprecations
|
## Deprecations
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
overlayFile: ""
|
overlayFile: ""
|
||||||
tag: 1.15.3
|
tag: 1.16.3
|
||||||
##Setting forceInstall: true will remove the check for istio version < 1.6.x and will not analyze your install cluster prior to install
|
##Setting forceInstall: true will remove the check for istio version < 1.6.x and will not analyze your install cluster prior to install
|
||||||
forceInstall: false
|
forceInstall: false
|
||||||
|
|
||||||
installer:
|
installer:
|
||||||
repository: rancher/istio-installer
|
repository: rancher/istio-installer
|
||||||
tag: 1.15.3-rancher1
|
tag: 1.16.3-rancher1
|
||||||
##releaseMirror are configurations for istio upgrades.
|
##releaseMirror are configurations for istio upgrades.
|
||||||
##Setting releaseMirror.enabled: true will cause istio to use bundled in images from rancher/istio-installer to perfom an upgrade - this is ideal
|
##Setting releaseMirror.enabled: true will cause istio to use bundled in images from rancher/istio-installer to perfom an upgrade - this is ideal
|
||||||
##for airgap setups. Setting releaseMirror.enabled to false means istio will call externally to github to fetch the required assets.
|
##for airgap setups. Setting releaseMirror.enabled to false means istio will call externally to github to fetch the required assets.
|
||||||
|
@ -28,8 +28,8 @@ cni:
|
||||||
repository: rancher/mirrored-istio-install-cni
|
repository: rancher/mirrored-istio-install-cni
|
||||||
# If you wish to troubleshoot Istio, you can switch to regular images by uncommenting the following tag and deleting
|
# If you wish to troubleshoot Istio, you can switch to regular images by uncommenting the following tag and deleting
|
||||||
# the distroless tag:
|
# the distroless tag:
|
||||||
# tag: 1.15.3
|
# tag: 1.16.3
|
||||||
tag: 1.15.3-distroless
|
tag: 1.16.3-distroless
|
||||||
logLevel: info
|
logLevel: info
|
||||||
excludeNamespaces:
|
excludeNamespaces:
|
||||||
- istio-system
|
- istio-system
|
||||||
|
@ -55,8 +55,8 @@ pilot:
|
||||||
repository: rancher/mirrored-istio-pilot
|
repository: rancher/mirrored-istio-pilot
|
||||||
# If you wish to troubleshoot Istio, you can switch to regular images by uncommenting the following tag and deleting
|
# If you wish to troubleshoot Istio, you can switch to regular images by uncommenting the following tag and deleting
|
||||||
# the distroless tag:
|
# the distroless tag:
|
||||||
# tag: 1.15.3
|
# tag: 1.16.3
|
||||||
tag: 1.15.3-distroless
|
tag: 1.16.3-distroless
|
||||||
hpaSpec: {}
|
hpaSpec: {}
|
||||||
podDisruptionBudget: {}
|
podDisruptionBudget: {}
|
||||||
|
|
||||||
|
@ -74,14 +74,14 @@ global:
|
||||||
repository: rancher/mirrored-istio-proxyv2
|
repository: rancher/mirrored-istio-proxyv2
|
||||||
# If you wish to troubleshoot Istio, you can switch to regular images by uncommenting the following tag and deleting
|
# If you wish to troubleshoot Istio, you can switch to regular images by uncommenting the following tag and deleting
|
||||||
# the distroless tag:
|
# the distroless tag:
|
||||||
# tag: 1.15.3
|
# tag: 1.16.3
|
||||||
tag: 1.15.3-distroless
|
tag: 1.16.3-distroless
|
||||||
proxy_init:
|
proxy_init:
|
||||||
repository: rancher/mirrored-istio-proxyv2
|
repository: rancher/mirrored-istio-proxyv2
|
||||||
# If you wish to troubleshoot Istio, you can switch to regular images by uncommenting the following tag and deleting
|
# If you wish to troubleshoot Istio, you can switch to regular images by uncommenting the following tag and deleting
|
||||||
# the distroless tag:
|
# the distroless tag:
|
||||||
# tag: 1.15.3
|
# tag: 1.16.3
|
||||||
tag: 1.15.3-distroless
|
tag: 1.16.3-distroless
|
||||||
defaultPodDisruptionBudget:
|
defaultPodDisruptionBudget:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
workingDir: ""
|
workingDir: ""
|
||||||
url: packages/rancher-istio/1.15/rancher-kiali-server
|
url: packages/rancher-istio/1.16/rancher-kiali-server
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
workingDir: ""
|
workingDir: ""
|
||||||
url: packages/rancher-istio/1.15/rancher-tracing
|
url: packages/rancher-istio/1.16/rancher-tracing
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
url: local
|
url: local
|
||||||
version: 102.0.0+up1.15.3
|
version: 102.1.0+up1.16.3
|
||||||
|
|
Loading…
Reference in New Issue