mirror of https://git.rancher.io/charts
add istio 1.11.7
parent
a4f249c3df
commit
75a181e91e
|
@ -5,16 +5,15 @@ annotations:
|
|||
catalog.cattle.io/namespace: istio-system
|
||||
catalog.cattle.io/os: linux
|
||||
catalog.cattle.io/permits-os: linux,windows
|
||||
catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1
|
||||
catalog.cattle.io/rancher-version: '>= 2.6.0-0 <= 2.6.99-0'
|
||||
catalog.cattle.io/release-name: rancher-istio
|
||||
catalog.cattle.io/requests-cpu: 710m
|
||||
catalog.cattle.io/requests-memory: 2314Mi
|
||||
catalog.cattle.io/type: cluster-tool
|
||||
catalog.cattle.io/ui-component: istio
|
||||
catalog.cattle.io/upstream-version: 1.11.4
|
||||
catalog.cattle.io/upstream-version: 1.11.7
|
||||
apiVersion: v1
|
||||
appVersion: 1.11.4
|
||||
appVersion: 1.11.7
|
||||
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
|
||||
for details.
|
||||
icon: https://charts.rancher.io/assets/logos/istio.svg
|
||||
|
@ -22,4 +21,4 @@ keywords:
|
|||
- networking
|
||||
- infrastructure
|
||||
name: rancher-istio
|
||||
version: 1.11.4
|
||||
version: 1.11.7
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
overlayFile: ""
|
||||
tag: 1.11.4
|
||||
tag: 1.11.7
|
||||
##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
|
||||
|
||||
installer:
|
||||
repository: rancher/istio-installer
|
||||
tag: 1.11.4-rancher3
|
||||
tag: 1.11.7-rancher1
|
||||
##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
|
||||
##for airgap setups. Setting releaseMirror.enabled to false means istio will call externally to github to fetch the required assets.
|
||||
|
@ -26,7 +26,7 @@ base:
|
|||
cni:
|
||||
enabled: false
|
||||
repository: rancher/mirrored-istio-install-cni
|
||||
tag: 1.11.4
|
||||
tag: 1.11.7
|
||||
logLevel: info
|
||||
excludeNamespaces:
|
||||
- istio-system
|
||||
|
@ -46,7 +46,7 @@ istiodRemote:
|
|||
pilot:
|
||||
enabled: true
|
||||
repository: rancher/mirrored-istio-pilot
|
||||
tag: 1.11.4
|
||||
tag: 1.11.7
|
||||
|
||||
telemetry:
|
||||
enabled: true
|
||||
|
@ -58,10 +58,10 @@ global:
|
|||
systemDefaultRegistry: ""
|
||||
proxy:
|
||||
repository: rancher/mirrored-istio-proxyv2
|
||||
tag: 1.11.4
|
||||
tag: 1.11.7
|
||||
proxy_init:
|
||||
repository: rancher/mirrored-istio-proxyv2
|
||||
tag: 1.11.4
|
||||
tag: 1.11.7
|
||||
defaultPodDisruptionBudget:
|
||||
enabled: true
|
||||
rbac:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: local
|
||||
version: 100.1.2+up1.11.4
|
||||
version: 100.1.1+up1.11.7
|
||||
|
|
|
@ -31,8 +31,7 @@ rancher-external-ip-webhook:
|
|||
- 100.0.2+up1.0.1
|
||||
rancher-istio:
|
||||
- 1.10.400
|
||||
- 100.1.1+up1.11.4
|
||||
- 100.1.2+up1.11.4
|
||||
- 100.1.1+up1.11.7
|
||||
rancher-kiali-server:
|
||||
- 1.35.100+up1.35.0
|
||||
rancher-kiali-server-crd:
|
||||
|
|
Loading…
Reference in New Issue