Commit 72af4960 by Guangbo Chen Committed by Craig Jellick

Bump istio to v1.2.5 release

parent b974093f
apiVersion: v1 apiVersion: v1
name: rancher-istio name: rancher-istio
version: 0.0.2 version: 0.0.2
appVersion: 1.2.4 appVersion: 1.2.5
tillerVersion: ">=2.7.2-0" tillerVersion: ">=2.7.2-0"
description: Helm chart for all istio components description: Helm chart for all istio components
home: https://istio.io/ home: https://istio.io/
......
...@@ -21,7 +21,7 @@ spec: ...@@ -21,7 +21,7 @@ spec:
- name: "{{ template "security.fullname" . }}-test" - name: "{{ template "security.fullname" . }}-test"
image: "{{ template "system_default_registry" . }}{{ .Values.global.proxy.repository }}:{{ .Values.global.proxy.tag }}" image: "{{ template "system_default_registry" . }}{{ .Values.global.proxy.repository }}:{{ .Values.global.proxy.tag }}"
imagePullPolicy: "{{ .Values.global.imagePullPolicy }}" imagePullPolicy: "{{ .Values.global.imagePullPolicy }}"
command: ['sh', '-c', 'for i in 1 2 3; do curl http://istio-citadel:8060/-/ready && exit 0 || sleep 15; done; exit 1'] command: ['sh', '-c', 'for i in 1 2 3; do curl http://istio-citadel:{{ .Values.global.monitoringPort }}/version && exit 0 || sleep 15; done; exit 1']
restartPolicy: Never restartPolicy: Never
affinity: affinity:
{{- include "nodeaffinity" . | indent 4 }} {{- include "nodeaffinity" . | indent 4 }}
......
...@@ -54,7 +54,7 @@ data: ...@@ -54,7 +54,7 @@ data:
proxy_pass http://localhost:16686/; proxy_pass http://localhost:16686/;
{{ else }} {{ else }}
proxy_pass http://localhost:9411/; proxy_pass http://localhost:9411/;
{{ end}} {{ end }}
if ($request_filename ~ .*\.(?:js|css|jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|ogg|ogv|webm)$) { if ($request_filename ~ .*\.(?:js|css|jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|ogg|ogv|webm)$) {
expires 90d; expires 90d;
} }
......
labels: labels:
rancher.istio.v0.0.2: 1.2.4 rancher.istio.v0.0.2: 1.2.5
...@@ -26,7 +26,7 @@ gateways: ...@@ -26,7 +26,7 @@ gateways:
# #
sidecarInjectorWebhook: sidecarInjectorWebhook:
repository: rancher/istio-sidecar_injector repository: rancher/istio-sidecar_injector
tag: "1.2.4" tag: "1.2.5"
enabled: true enabled: true
# #
...@@ -35,7 +35,7 @@ sidecarInjectorWebhook: ...@@ -35,7 +35,7 @@ sidecarInjectorWebhook:
# #
galley: galley:
repository: rancher/istio-galley repository: rancher/istio-galley
tag: 1.2.4 tag: 1.2.5
enabled: true enabled: true
# #
...@@ -44,7 +44,7 @@ galley: ...@@ -44,7 +44,7 @@ galley:
# @see charts/mixer/values.yaml, it takes precedence # @see charts/mixer/values.yaml, it takes precedence
mixer: mixer:
repository: rancher/istio-mixer repository: rancher/istio-mixer
tag: "1.2.4" tag: "1.2.5"
enabled: true enabled: true
policy: policy:
# if policy is enabled the global.disablePolicyChecks has affect. # if policy is enabled the global.disablePolicyChecks has affect.
...@@ -58,7 +58,7 @@ mixer: ...@@ -58,7 +58,7 @@ mixer:
# @see charts/pilot/values.yaml # @see charts/pilot/values.yaml
pilot: pilot:
repository: rancher/istio-pilot repository: rancher/istio-pilot
tag: "1.2.4" tag: "1.2.5"
enabled: true enabled: true
# #
...@@ -66,7 +66,7 @@ pilot: ...@@ -66,7 +66,7 @@ pilot:
# #
security: security:
repository: rancher/istio-citadel repository: rancher/istio-citadel
tag: "1.2.4" tag: "1.2.5"
enabled: true enabled: true
# #
...@@ -160,7 +160,7 @@ global: ...@@ -160,7 +160,7 @@ global:
# Default tag for Istio images. # Default tag for Istio images.
# tag: release-1.1-latest-daily # tag: release-1.1-latest-daily
tag: 1.2.4 tag: 1.2.5
# Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level> # Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>
# The control plane has different scopes depending on component, but can configure default log level across all components # The control plane has different scopes depending on component, but can configure default log level across all components
...@@ -170,7 +170,7 @@ global: ...@@ -170,7 +170,7 @@ global:
kubectl: kubectl:
repository: rancher/istio-kubectl repository: rancher/istio-kubectl
tag: 1.2.4 tag: 1.2.5
# monitoring port used by mixer, pilot, galley # monitoring port used by mixer, pilot, galley
monitoringPort: 15014 monitoringPort: 15014
...@@ -194,7 +194,7 @@ global: ...@@ -194,7 +194,7 @@ global:
proxy: proxy:
repository: rancher/istio-proxyv2 repository: rancher/istio-proxyv2
tag: 1.2.4 tag: 1.2.5
# cluster domain. Default value is "cluster.local". # cluster domain. Default value is "cluster.local".
clusterDomain: "cluster.local" clusterDomain: "cluster.local"
...@@ -308,7 +308,7 @@ global: ...@@ -308,7 +308,7 @@ global:
proxy_init: proxy_init:
# Base name for the proxy_init container, used to configure iptables. # Base name for the proxy_init container, used to configure iptables.
repository: rancher/istio-proxy_init repository: rancher/istio-proxy_init
tag: "1.2.4" tag: "1.2.5"
# imagePullPolicy is applied to istio control plane components. # imagePullPolicy is applied to istio control plane components.
# local tests require IfNotPresent, to avoid uploading to dockerhub. # local tests require IfNotPresent, to avoid uploading to dockerhub.
...@@ -491,7 +491,7 @@ global: ...@@ -491,7 +491,7 @@ global:
nodeAgent: nodeAgent:
repository: rancher/istio-node-agent-k8s repository: rancher/istio-node-agent-k8s
tag: "1.2.4" tag: "1.2.5"
sds: sds:
# SDS enabled. IF set to true, mTLS certificates for the sidecars will be # 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. # distributed through the SecretDiscoveryService instead of using K8S secrets to mount the certificates.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment