Commit 30e0f42e by orangedeng Committed by Craig Jellick

Update istio related images

Change all the repository in the istio to use rancher repo to pull the image.
parent dd0ab35d
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
enabled: false enabled: false
image: image:
hub: quay.io hub: quay.io
repository: jetstack/cert-manager-controller repository: rancher/jetstack-cert-manager-controller
tag: v0.6.2 tag: v0.6.2
resources: {} resources: {}
nodeSelector: {} nodeSelector: {}
......
...@@ -22,7 +22,7 @@ gateways: ...@@ -22,7 +22,7 @@ gateways:
# charts/sidecarInjectorWebhook/values.yaml for detailed configuration # charts/sidecarInjectorWebhook/values.yaml for detailed configuration
# #
sidecarInjectorWebhook: sidecarInjectorWebhook:
repository: istio/sidecar_injector repository: rancher/istio-sidecar_injector
tag: "1.1.5" tag: "1.1.5"
enabled: true enabled: true
...@@ -31,7 +31,7 @@ sidecarInjectorWebhook: ...@@ -31,7 +31,7 @@ sidecarInjectorWebhook:
# for detailed configuration # for detailed configuration
# #
galley: galley:
repository: istio/galley repository: rancher/istio-galley
tag: 1.1.5 tag: 1.1.5
enabled: true enabled: true
...@@ -40,7 +40,7 @@ galley: ...@@ -40,7 +40,7 @@ galley:
# #
# @see charts/mixer/values.yaml, it takes precedence # @see charts/mixer/values.yaml, it takes precedence
mixer: mixer:
repository: istio/mixer repository: rancher/istio-mixer
tag: "1.1.5" tag: "1.1.5"
enabled: true enabled: true
policy: policy:
...@@ -54,7 +54,7 @@ mixer: ...@@ -54,7 +54,7 @@ mixer:
# #
# @see charts/pilot/values.yaml # @see charts/pilot/values.yaml
pilot: pilot:
repository: istio/pilot repository: rancher/istio-pilot
tag: "1.1.5" tag: "1.1.5"
enabled: true enabled: true
...@@ -62,7 +62,7 @@ pilot: ...@@ -62,7 +62,7 @@ pilot:
# security configuration # security configuration
# #
security: security:
repository: istio/citadel repository: rancher/istio-citadel
tag: "1.1.5" tag: "1.1.5"
enabled: true enabled: true
...@@ -76,7 +76,7 @@ nodeagent: ...@@ -76,7 +76,7 @@ nodeagent:
# addon grafana configuration # addon grafana configuration
# #
grafana: grafana:
repository: grafana/grafana repository: rancher/grafana-grafana
tag: 5.4.0 tag: 5.4.0
enabled: false enabled: false
...@@ -84,7 +84,7 @@ grafana: ...@@ -84,7 +84,7 @@ grafana:
# addon prometheus configuration # addon prometheus configuration
# #
prometheus: prometheus:
repository: prom/prometheus repository: rancher/prom-prometheus
tag: v2.3.1 tag: v2.3.1
enabled: true enabled: true
...@@ -93,10 +93,10 @@ prometheus: ...@@ -93,10 +93,10 @@ prometheus:
# #
tracing: tracing:
jaeger: jaeger:
repository: jaegertracing/all-in-one repository: rancher/jaegertracing-all-in-one
tag: 1.9 tag: 1.9
zipkin: zipkin:
repository: openzipkin/zipkin repository: rancher/openzipkin-zipkin
tag: 2 tag: 2
enabled: true enabled: true
...@@ -104,7 +104,7 @@ tracing: ...@@ -104,7 +104,7 @@ tracing:
# addon kiali tracing configuration # addon kiali tracing configuration
# #
kiali: kiali:
repository: kiali/kiali repository: rancher/kiali-kiali
tag: v0.17 tag: v0.17
enabled: true enabled: true
...@@ -121,10 +121,10 @@ istio_cni: ...@@ -121,10 +121,10 @@ istio_cni:
# #
istiocoredns: istiocoredns:
image: image:
repository: coredns/coredns repository: rancher/coredns-coredns
tag: 1.1.2 tag: 1.1.2
pluginImage: pluginImage:
repository: istio/coredns-plugin repository: rancher/istio-coredns-plugin
tag: 0.2-istio-1.1 tag: 0.2-istio-1.1
enabled: false enabled: false
...@@ -157,7 +157,7 @@ global: ...@@ -157,7 +157,7 @@ global:
level: "default:info" level: "default:info"
kubectl: kubectl:
repository: istio/kubectl repository: rancher/istio-kubectl
tag: 1.1.5 tag: 1.1.5
# monitoring port used by mixer, pilot, galley # monitoring port used by mixer, pilot, galley
...@@ -181,7 +181,7 @@ global: ...@@ -181,7 +181,7 @@ global:
enableHttps: false enableHttps: false
proxy: proxy:
repository: istio/proxyv2 repository: rancher/istio-proxyv2
tag: 1.1.5 tag: 1.1.5
# cluster domain. Default value is "cluster.local". # cluster domain. Default value is "cluster.local".
...@@ -290,7 +290,7 @@ global: ...@@ -290,7 +290,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: istio/proxy_init repository: rancher/istio-proxy_init
tag: "1.1.5" tag: "1.1.5"
# imagePullPolicy is applied to istio control plane components. # imagePullPolicy is applied to istio control plane components.
...@@ -465,7 +465,7 @@ global: ...@@ -465,7 +465,7 @@ global:
#- '*' #- '*'
nodeAgent: nodeAgent:
repository: istio/node-agent-k8s repository: rancher/istio-node-agent-k8s
tag: "1.1.5" tag: "1.1.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
......
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