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

Commit

Permalink
release/v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Sep 1, 2020
1 parent c9f6875 commit b4fb90f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ With Sandbox, we provide a tool that automatically provisions a new demo cluster

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

[![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.2.5&cloudshell_working_dir=terraform&shellonly=true&cloudshell_image=gcr.io/stackdriver-sandbox-230822/cloudshell-image:v0.2.5)
[![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.2.6&cloudshell_working_dir=terraform&shellonly=true&cloudshell_image=gcr.io/stackdriver-sandbox-230822/cloudshell-image:v0.2.6)

__Note__: If installation stops due to billing account errors, set up the billing account, and then in the `terraform/` diretory of the project created in Cloud Shell command prompt, type: `./install.sh`.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2>Get started now</h2>
<div class="steps">
<div class="step step-1">
<!--label>Step 1</label-->
<a class="console-btn" href="https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/cloud-ops-sandbox.git&cloudshell_git_branch=v0.2.5&cloudshell_working_dir=terraform&shellonly=true&cloudshell_image=gcr.io/stackdriver-sandbox-230822/cloudshell-image:v0.2.5"
<a class="console-btn" href="https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/cloud-ops-sandbox.git&cloudshell_git_branch=v0.2.6&cloudshell_working_dir=terraform&shellonly=true&cloudshell_image=gcr.io/stackdriver-sandbox-230822/cloudshell-image:v0.2.6"
target="_blank" onclick="return confirm('Cloud Operations Sandbox will create a new GCP project and will take ~15-20 minutes to complete. Are you sure you want to continue?')">Open in Google Cloud Shell</a>
</div>
<img src="images/bg_02.png" class="cloud-shell" alt="cloud shell">
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/adservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: gcr.io/stackdriver-sandbox-230822/sandbox/adservice:latest
image: gcr.io/stackdriver-sandbox-230822/sandbox/adservice:v0.2.6
ports:
- containerPort: 9555
env:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/cartservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: gcr.io/stackdriver-sandbox-230822/sandbox/cartservice:latest
image: gcr.io/stackdriver-sandbox-230822/sandbox/cartservice:v0.2.6
ports:
- containerPort: 7070
env:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/checkoutservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: server
image: gcr.io/stackdriver-sandbox-230822/sandbox/checkoutservice:latest
image: gcr.io/stackdriver-sandbox-230822/sandbox/checkoutservice:v0.2.6
ports:
- containerPort: 5050
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/currencyservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: gcr.io/stackdriver-sandbox-230822/sandbox/currencyservice:latest
image: gcr.io/stackdriver-sandbox-230822/sandbox/currencyservice:v0.2.6
ports:
- name: grpc
containerPort: 7000
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/emailservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: gcr.io/stackdriver-sandbox-230822/sandbox/emailservice:latest
image: gcr.io/stackdriver-sandbox-230822/sandbox/emailservice:v0.2.6
ports:
- containerPort: 8080
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: server
image: gcr.io/stackdriver-sandbox-230822/sandbox/frontend:latest
image: gcr.io/stackdriver-sandbox-230822/sandbox/frontend:v0.2.6
ports:
- containerPort: 8080
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/paymentservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: gcr.io/stackdriver-sandbox-230822/sandbox/paymentservice:latest
image: gcr.io/stackdriver-sandbox-230822/sandbox/paymentservice:v0.2.6
ports:
- containerPort: 50051
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/productcatalogservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: gcr.io/stackdriver-sandbox-230822/sandbox/productcatalogservice:latest
image: gcr.io/stackdriver-sandbox-230822/sandbox/productcatalogservice:v0.2.6
ports:
- containerPort: 3550
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/recommendationservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: gcr.io/stackdriver-sandbox-230822/sandbox/recommendationservice:latest
image: gcr.io/stackdriver-sandbox-230822/sandbox/recommendationservice:v0.2.6
ports:
- containerPort: 8080
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/shippingservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: server
image: gcr.io/stackdriver-sandbox-230822/sandbox/shippingservice:latest
image: gcr.io/stackdriver-sandbox-230822/sandbox/shippingservice:v0.2.6
ports:
- containerPort: 50051
readinessProbe:
Expand Down

0 comments on commit b4fb90f

Please sign in to comment.