Updated istio charts use image pull policy as IfNotPresent. (#1372)

This commit is contained in:
Guang Ya Liu
2017-08-07 13:23:02 -07:00
committed by Lachlan Evenson
parent d00fff7e3c
commit d40041338c
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Istio Helm chart for Kubernetes
name: istio
version: 0.1.6-chart2
version: 0.1.6-chart3
appVersion: 0.1.6
home: https://istio.io/
icon: https://raw.githubusercontent.com/istio/istio.github.io/master/favicons/mstile-150x150.png
+7 -7
View File
@@ -23,7 +23,7 @@ mixer:
deployment:
name: mixer
image: docker.io/istio/mixer
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
replicas: 1
annotations:
alpha.istio.io/sidecar: ignore
@@ -53,7 +53,7 @@ pilot:
discovery:
name: discovery
image: docker.io/istio/pilot
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 100m
@@ -65,7 +65,7 @@ pilot:
apiserver:
name: apiserver
image: docker.io/istio/pilot
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 100m
@@ -87,7 +87,7 @@ ingress:
annotations:
alpha.istio.io/sidecar: ignore
image: docker.io/istio/proxy_debug
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
replicas: 1
resources:
limits:
@@ -109,7 +109,7 @@ egress:
annotations:
alpha.istio.io/sidecar: ignore
image: docker.io/istio/proxy_debug
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
replicas: 1
resources:
limits:
@@ -206,7 +206,7 @@ addons:
annotations:
alpha.istio.io/sidecar: ignore
image: docker.io/istio/grafana
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
replicas: 1
resources:
limits:
@@ -230,7 +230,7 @@ addons:
alpha.istio.io/sidecar: ignore
image: gcr.io/istio-testing/servicegraph
imageTag: latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
replicas: 1
resources:
limits: