Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit dd367f1

Browse files
author
CI
committed
chore: update tags for release v0.7.5
1 parent f6b25cb commit dd367f1

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ With Sandbox, we provide a tool that automatically provisions a new demo cluster
4040

4141
Click the Cloud Shell button for automated one-click installation of a new Sandbox cluster in a new Google Cloud Project.
4242

43-
[![Open in Cloud Shell](http://www.gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/cloud-ops-sandbox.git&cloudshell_git_branch=v0.7.4&shellonly=true&cloudshell_image=gcr.io/stackdriver-sandbox-230822/cloudshell-image/uncertified:v0.7.4&cloudshell_tutorial=docs/tutorial.md)
43+
[![Open in Cloud Shell](http://www.gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/cloud-ops-sandbox.git&cloudshell_git_branch=v0.7.5&shellonly=true&cloudshell_image=gcr.io/stackdriver-sandbox-230822/cloudshell-image/uncertified:v0.7.5&cloudshell_tutorial=docs/tutorial.md)
4444

4545
__Note__: If installation stops due to billing account errors, set up the billing account and type: `sandboxctl create`.
4646

cloud-shell/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN python3 -m pip install click==8.0.1
2929
RUN python3 -m pip install google-cloud-monitoring==2.4.0
3030

3131
# set env var
32-
RUN echo "VERSION=v0.7.4" >> /etc/environment
32+
RUN echo "VERSION=v0.7.5" >> /etc/environment
3333

3434
# Change "Open in Cloudshell" script to run `sandboxctl create` using local file and changing it
3535
COPY cloudshell_open_cp.sh /google/devshell/bashrc.google.d/cloudshell_open.sh

kubernetes-manifests/adservice.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
terminationGracePeriodSeconds: 5
2929
containers:
3030
- name: adservice
31-
image: gcr.io/stackdriver-sandbox-230822/sandbox/adservice:v0.7.4
31+
image: gcr.io/stackdriver-sandbox-230822/sandbox/adservice:v0.7.5
3232
ports:
3333
- containerPort: 9555
3434
env:

kubernetes-manifests/cartservice.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
command: ['bin/sh', '-c', 'until nslookup redis-cart; do echo waiting for redis; sleep 2; done;']
3333
containers:
3434
- name: cartservice
35-
image: gcr.io/stackdriver-sandbox-230822/sandbox/cartservice:v0.7.4
35+
image: gcr.io/stackdriver-sandbox-230822/sandbox/cartservice:v0.7.5
3636
ports:
3737
- containerPort: 7070
3838
env:

kubernetes-manifests/checkoutservice.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
spec:
2828
containers:
2929
- name: checkoutservice
30-
image: gcr.io/stackdriver-sandbox-230822/sandbox/checkoutservice:v0.7.4
30+
image: gcr.io/stackdriver-sandbox-230822/sandbox/checkoutservice:v0.7.5
3131
ports:
3232
- containerPort: 5050
3333
readinessProbe:

kubernetes-manifests/currencyservice.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
terminationGracePeriodSeconds: 5
2929
containers:
3030
- name: currencyservice
31-
image: gcr.io/stackdriver-sandbox-230822/sandbox/currencyservice:v0.7.4
31+
image: gcr.io/stackdriver-sandbox-230822/sandbox/currencyservice:v0.7.5
3232
ports:
3333
- name: grpc
3434
containerPort: 7000

kubernetes-manifests/emailservice.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
terminationGracePeriodSeconds: 5
2929
containers:
3030
- name: emailservice
31-
image: gcr.io/stackdriver-sandbox-230822/sandbox/emailservice:v0.7.4
31+
image: gcr.io/stackdriver-sandbox-230822/sandbox/emailservice:v0.7.5
3232
ports:
3333
- containerPort: 8080
3434
readinessProbe:

kubernetes-manifests/frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
spec:
2828
containers:
2929
- name: frontend
30-
image: gcr.io/stackdriver-sandbox-230822/sandbox/frontend:v0.7.4
30+
image: gcr.io/stackdriver-sandbox-230822/sandbox/frontend:v0.7.5
3131
ports:
3232
- containerPort: 8080
3333
readinessProbe:

kubernetes-manifests/paymentservice.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
terminationGracePeriodSeconds: 5
2929
containers:
3030
- name: paymentservice
31-
image: gcr.io/stackdriver-sandbox-230822/sandbox/paymentservice:v0.7.4
31+
image: gcr.io/stackdriver-sandbox-230822/sandbox/paymentservice:v0.7.5
3232
ports:
3333
- containerPort: 50051
3434
readinessProbe:

kubernetes-manifests/productcatalogservice.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
terminationGracePeriodSeconds: 5
2929
containers:
3030
- name: productcatalogservice
31-
image: gcr.io/stackdriver-sandbox-230822/sandbox/productcatalogservice:v0.7.4
31+
image: gcr.io/stackdriver-sandbox-230822/sandbox/productcatalogservice:v0.7.5
3232
ports:
3333
- containerPort: 3550
3434
readinessProbe:

0 commit comments

Comments
 (0)