Skip to content

Commit

Permalink
Update configs to match istio/old_pilot_repo#1049 (#571)
Browse files Browse the repository at this point in the history
* update configs

* update SHA
  • Loading branch information
kyessenov authored Aug 17, 2017
1 parent 721a8a2 commit 96e9872
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion install/kubernetes/addons/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: grafana
image: gcr.io/istio-testing/grafana:3561e297ceb365ba990cbf376d99713b0a0add69
image: gcr.io/istio-testing/grafana:49e721e15d481cd5d92d9a2b30b5e8fcdcafdb63
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
Expand Down
8 changes: 4 additions & 4 deletions install/kubernetes/istio-auth-with-cluster-ca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:3561e297ceb365ba990cbf376d99713b0a0add69
image: gcr.io/istio-testing/mixer:49e721e15d481cd5d92d9a2b30b5e8fcdcafdb63
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-io/pilot:0.2.0
image: gcr.io/istio-testing/pilot:733b8f0b30a83941901e02c046474e3f25a1c7f7
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2"]
ports:
Expand Down Expand Up @@ -191,7 +191,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-io/proxy_debug:0.2.0
image: gcr.io/istio-testing/proxy_debug:733b8f0b30a83941901e02c046474e3f25a1c7f7
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: IfNotPresent
ports:
Expand Down Expand Up @@ -244,7 +244,7 @@ spec:
spec:
containers:
- name: proxy
image: gcr.io/istio-io/proxy_debug:0.2.0
image: gcr.io/istio-testing/proxy_debug:733b8f0b30a83941901e02c046474e3f25a1c7f7
imagePullPolicy: IfNotPresent
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down
8 changes: 4 additions & 4 deletions install/kubernetes/istio-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:3561e297ceb365ba990cbf376d99713b0a0add69
image: gcr.io/istio-testing/mixer:49e721e15d481cd5d92d9a2b30b5e8fcdcafdb63
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-io/pilot:0.2.0
image: gcr.io/istio-testing/pilot:733b8f0b30a83941901e02c046474e3f25a1c7f7
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2"]
ports:
Expand Down Expand Up @@ -191,7 +191,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-io/proxy_debug:0.2.0
image: gcr.io/istio-testing/proxy_debug:733b8f0b30a83941901e02c046474e3f25a1c7f7
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: IfNotPresent
ports:
Expand Down Expand Up @@ -244,7 +244,7 @@ spec:
spec:
containers:
- name: proxy
image: gcr.io/istio-io/proxy_debug:0.2.0
image: gcr.io/istio-testing/proxy_debug:733b8f0b30a83941901e02c046474e3f25a1c7f7
imagePullPolicy: IfNotPresent
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down
8 changes: 4 additions & 4 deletions install/kubernetes/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:3561e297ceb365ba990cbf376d99713b0a0add69
image: gcr.io/istio-testing/mixer:49e721e15d481cd5d92d9a2b30b5e8fcdcafdb63
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-io/pilot:0.2.0
image: gcr.io/istio-testing/pilot:733b8f0b30a83941901e02c046474e3f25a1c7f7
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2"]
ports:
Expand Down Expand Up @@ -191,7 +191,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-io/proxy_debug:0.2.0
image: gcr.io/istio-testing/proxy_debug:733b8f0b30a83941901e02c046474e3f25a1c7f7
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: IfNotPresent
ports:
Expand Down Expand Up @@ -249,7 +249,7 @@ spec:
serviceAccountName: istio-egress-service-account
containers:
- name: proxy
image: gcr.io/istio-io/proxy_debug:0.2.0
image: gcr.io/istio-testing/proxy_debug:733b8f0b30a83941901e02c046474e3f25a1c7f7
imagePullPolicy: IfNotPresent
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down
6 changes: 3 additions & 3 deletions istio.VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export CA_HUB="gcr.io/istio-io"
export CA_TAG="0.2.0"
export MIXER_HUB="gcr.io/istio-testing"
export MIXER_TAG="49e721e15d481cd5d92d9a2b30b5e8fcdcafdb63"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/0.2.0/artifacts/istioctl"
export PILOT_HUB="gcr.io/istio-io"
export PILOT_TAG="0.2.0"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/733b8f0b30a83941901e02c046474e3f25a1c7f7/artifacts/istioctl"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="733b8f0b30a83941901e02c046474e3f25a1c7f7"
8 changes: 4 additions & 4 deletions samples/apps/bookinfo/route-rule-all-v1.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
type: route-rule
name: productpage-default
spec:
name: productpage-default
destination: productpage.default.svc.cluster.local
precedence: 1
route:
- tags:
version: v1
---
type: route-rule
name: reviews-default
spec:
name: reviews-default
destination: reviews.default.svc.cluster.local
precedence: 1
route:
- tags:
version: v1
---
type: route-rule
name: ratings-default
spec:
name: ratings-default
destination: ratings.default.svc.cluster.local
precedence: 1
route:
- tags:
version: v1
---
type: route-rule
name: details-default
spec:
name: details-default
destination: details.default.svc.cluster.local
precedence: 1
route:
Expand Down
2 changes: 1 addition & 1 deletion samples/apps/bookinfo/route-rule-delay.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type: route-rule
name: ratings-test-delay
spec:
name: ratings-test-delay
destination: ratings.default.svc.cluster.local
precedence: 2
match:
Expand Down
2 changes: 1 addition & 1 deletion samples/apps/bookinfo/route-rule-reviews-50-v3.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type: route-rule
name: reviews-default
spec:
name: reviews-default
destination: reviews.default.svc.cluster.local
precedence: 1
route:
Expand Down
2 changes: 1 addition & 1 deletion samples/apps/bookinfo/route-rule-reviews-test-v2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type: route-rule
name: reviews-test-v2
spec:
name: reviews-test-v2
destination: reviews.default.svc.cluster.local
precedence: 2
match:
Expand Down
2 changes: 1 addition & 1 deletion samples/apps/bookinfo/route-rule-reviews-v2-v3.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type: route-rule
name: reviews-default
spec:
name: reviews-default
destination: reviews.default.svc.cluster.local
precedence: 1
route:
Expand Down
2 changes: 1 addition & 1 deletion samples/apps/bookinfo/route-rule-reviews-v3.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type: route-rule
name: reviews-default
spec:
name: reviews-default
destination: reviews.default.svc.cluster.local
precedence: 1
route:
Expand Down

0 comments on commit 96e9872

Please sign in to comment.