diff --git a/config/samples/riskified_v1alpha1_dynamicenv.yaml b/config/samples/riskified_v1alpha1_dynamicenv.yaml index 0315551..de97495 100644 --- a/config/samples/riskified_v1alpha1_dynamicenv.yaml +++ b/config/samples/riskified_v1alpha1_dynamicenv.yaml @@ -14,7 +14,7 @@ spec: namespace: "services" containers: - containerName: details - image: docker.io/istio/examples-bookinfo-details-v2:1.16.2 + image: docker.io/istio/examples-bookinfo-details-v2:1.17.0 env: - name: TOPIC_NAME value: test @@ -22,8 +22,7 @@ spec: namespace: services containers: - containerName: reviews - command: ["/opt/ibm/wlp/bin/server", "run", "defaultServer"] - image: docker.io/istio/examples-bookinfo-reviews-v3:1.16.2 + image: docker.io/istio/examples-bookinfo-reviews-v3:1.17.0 env: - name: TOPIC_NAME value: test @@ -32,7 +31,7 @@ spec: namespace: "services" containers: - containerName: details - image: docker.io/istio/examples-bookinfo-details-v2:1.16.2 + image: docker.io/istio/examples-bookinfo-details-v2:1.17.0 env: - name: TOPIC_NAME value: test-worker diff --git a/dev-resources/1-bookinfo.yaml b/dev-resources/1-bookinfo.yaml index b1edc3e..ec54b59 100644 --- a/dev-resources/1-bookinfo.yaml +++ b/dev-resources/1-bookinfo.yaml @@ -72,7 +72,7 @@ spec: serviceAccountName: bookinfo-details containers: - name: details - image: docker.io/istio/examples-bookinfo-details-v1:1.16.2 + image: docker.io/istio/examples-bookinfo-details-v1:1.17.0 imagePullPolicy: IfNotPresent securityContext: runAsUser: 1000 @@ -99,7 +99,7 @@ spec: serviceAccountName: bookinfo-details containers: - name: details - image: docker.io/istio/examples-bookinfo-details-v1:1.16.2 + image: docker.io/istio/examples-bookinfo-details-v1:1.17.0 imagePullPolicy: IfNotPresent ports: - containerPort: 9080 @@ -152,7 +152,7 @@ spec: serviceAccountName: bookinfo-ratings containers: - name: ratings - image: docker.io/istio/examples-bookinfo-ratings-v1:1.16.2 + image: docker.io/istio/examples-bookinfo-ratings-v1:1.17.0 imagePullPolicy: IfNotPresent ports: - containerPort: 9080 @@ -205,7 +205,7 @@ spec: serviceAccountName: bookinfo-reviews containers: - name: reviews - image: docker.io/istio/examples-bookinfo-reviews-v2:1.16.2 + image: docker.io/istio/examples-bookinfo-reviews-v2:1.17.0 imagePullPolicy: IfNotPresent env: - name: LOG_DIR @@ -271,7 +271,7 @@ spec: serviceAccountName: bookinfo-productpage containers: - name: productpage - image: docker.io/istio/examples-bookinfo-productpage-v1:1.16.2 + image: docker.io/istio/examples-bookinfo-productpage-v1:1.17.0 imagePullPolicy: IfNotPresent ports: - containerPort: 9080