From 6a2d834ff14e6c1834c150639b7c8911b351f592 Mon Sep 17 00:00:00 2001 From: Guangbo Chen Date: Wed, 16 Oct 2019 11:26:03 +0800 Subject: [PATCH] Bump istio to 1.3.3 --- charts/rancher-istio/0.1.1/Chart.yaml | 2 +- charts/rancher-istio/0.1.1/questions.yml | 2 +- charts/rancher-istio/0.1.1/values.yaml | 20 ++++++++++---------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/rancher-istio/0.1.1/Chart.yaml b/charts/rancher-istio/0.1.1/Chart.yaml index 9fbe176..f4032ca 100644 --- a/charts/rancher-istio/0.1.1/Chart.yaml +++ b/charts/rancher-istio/0.1.1/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: rancher-istio version: 0.1.1 -appVersion: 1.3.2 +appVersion: 1.3.3 tillerVersion: ">=2.7.2-0" description: Helm chart for all istio components home: https://istio.io/ diff --git a/charts/rancher-istio/0.1.1/questions.yml b/charts/rancher-istio/0.1.1/questions.yml index 288b093..d802435 100644 --- a/charts/rancher-istio/0.1.1/questions.yml +++ b/charts/rancher-istio/0.1.1/questions.yml @@ -1,4 +1,4 @@ labels: - rancher.istio.v0.1.1: 1.3.2 + rancher.istio.v0.1.1: 1.3.3 rancher_min_version: 2.3.0-rc1 diff --git a/charts/rancher-istio/0.1.1/values.yaml b/charts/rancher-istio/0.1.1/values.yaml index 58e079b..e065965 100644 --- a/charts/rancher-istio/0.1.1/values.yaml +++ b/charts/rancher-istio/0.1.1/values.yaml @@ -26,7 +26,7 @@ gateways: # sidecarInjectorWebhook: repository: rancher/istio-sidecar_injector - tag: "1.3.2" + tag: "1.3.3" enabled: true # @@ -35,7 +35,7 @@ sidecarInjectorWebhook: # galley: repository: rancher/istio-galley - tag: 1.3.2 + tag: 1.3.3 enabled: true # @@ -44,7 +44,7 @@ galley: # @see charts/mixer/values.yaml, it takes precedence mixer: repository: rancher/istio-mixer - tag: "1.3.2" + tag: "1.3.3" enabled: true policy: # if policy is enabled the global.disablePolicyChecks has affect. @@ -58,7 +58,7 @@ mixer: # @see charts/pilot/values.yaml pilot: repository: rancher/istio-pilot - tag: "1.3.2" + tag: "1.3.3" enabled: true # @@ -66,7 +66,7 @@ pilot: # security: repository: rancher/istio-citadel - tag: "1.3.2" + tag: "1.3.3" enabled: true # @@ -160,7 +160,7 @@ global: # Default tag for Istio images. # tag: release-1.1-latest-daily - tag: 1.3.2 + tag: 1.3.3 # Comma-separated minimum per-scope logging level of messages to output, in the form of :,: # The control plane has different scopes depending on component, but can configure default log level across all components @@ -170,7 +170,7 @@ global: kubectl: repository: rancher/istio-kubectl - tag: 1.3.2 + tag: 1.3.3 # monitoring port used by mixer, pilot, galley monitoringPort: 15014 @@ -207,7 +207,7 @@ global: cpu: 10m memory: 10Mi repository: rancher/istio-proxyv2 - tag: 1.3.2 + tag: 1.3.3 # cluster domain. Default value is "cluster.local". clusterDomain: "cluster.local" @@ -354,7 +354,7 @@ global: proxy_init: # Base name for the proxy_init container, used to configure iptables. repository: rancher/istio-proxy_init - tag: "1.3.2" + tag: "1.3.3" # imagePullPolicy is applied to istio control plane components. # local tests require IfNotPresent, to avoid uploading to dockerhub. @@ -560,7 +560,7 @@ global: nodeAgent: repository: rancher/istio-node-agent-k8s - tag: "1.3.2" + tag: "1.3.3" sds: # SDS enabled. IF set to true, mTLS certificates for the sidecars will be # distributed through the SecretDiscoveryService instead of using K8S secrets to mount the certificates. -- GitLab