Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay committed Jan 25, 2023
1 parent 58fdce2 commit 0e80502
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions helm-chart/Chart.yaml
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.0
version: 0.5.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.5.0"
appVersion: "v0.5.1"
Binary file added helm-chart/onlineboutique-0.5.1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion kustomize/base/adservice.yaml
Expand Up @@ -41,7 +41,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/adservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/adservice:v0.5.1
ports:
- containerPort: 9555
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/cartservice.yaml
Expand Up @@ -41,7 +41,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/cartservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/cartservice:v0.5.1
ports:
- containerPort: 7070
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/checkoutservice.yaml
Expand Up @@ -40,7 +40,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/checkoutservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/checkoutservice:v0.5.1
ports:
- containerPort: 5050
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/currencyservice.yaml
Expand Up @@ -41,7 +41,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.5.1
ports:
- name: grpc
containerPort: 7000
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/emailservice.yaml
Expand Up @@ -41,7 +41,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/emailservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/emailservice:v0.5.1
ports:
- containerPort: 8080
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/frontend.yaml
Expand Up @@ -42,7 +42,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/frontend:v0.5.0
image: gcr.io/google-samples/microservices-demo/frontend:v0.5.1
ports:
- containerPort: 8080
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/loadgenerator.yaml
Expand Up @@ -67,7 +67,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.5.0
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.5.1
env:
- name: FRONTEND_ADDR
value: "frontend:80"
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/paymentservice.yaml
Expand Up @@ -41,7 +41,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.5.1
ports:
- containerPort: 50051
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/productcatalogservice.yaml
Expand Up @@ -41,7 +41,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.5.1
ports:
- containerPort: 3550
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/recommendationservice.yaml
Expand Up @@ -41,7 +41,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.5.1
ports:
- containerPort: 8080
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/shippingservice.yaml
Expand Up @@ -40,7 +40,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.5.1
ports:
- containerPort: 50051
env:
Expand Down
26 changes: 13 additions & 13 deletions release/kubernetes-manifests.yaml
Expand Up @@ -47,7 +47,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/emailservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/emailservice:v0.5.1
ports:
- containerPort: 8080
env:
Expand Down Expand Up @@ -112,7 +112,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/checkoutservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/checkoutservice:v0.5.1
ports:
- containerPort: 5050
readinessProbe:
Expand Down Expand Up @@ -186,7 +186,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.5.1
ports:
- containerPort: 8080
readinessProbe:
Expand Down Expand Up @@ -255,7 +255,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/frontend:v0.5.0
image: gcr.io/google-samples/microservices-demo/frontend:v0.5.1
ports:
- containerPort: 8080
readinessProbe:
Expand Down Expand Up @@ -292,8 +292,8 @@ spec:
- name: AD_SERVICE_ADDR
value: "adservice:9555"
# # ENV_PLATFORM: One of: local, gcp, aws, azure, onprem, alibaba
# # When not set, defaults to "local" unless running in GKE, otherwies auto-sets to gcp
# - name: ENV_PLATFORM
# # When not set, defaults to "local" unless running in GKE, otherwies auto-sets to gcp
# - name: ENV_PLATFORM
# value: "aws"
- name: ENABLE_PROFILER
value: "0"
Expand Down Expand Up @@ -362,7 +362,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.5.1
ports:
- containerPort: 50051
env:
Expand Down Expand Up @@ -426,7 +426,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.5.1
ports:
- containerPort: 3550
env:
Expand Down Expand Up @@ -490,7 +490,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/cartservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/cartservice:v0.5.1
ports:
- containerPort: 7070
env:
Expand Down Expand Up @@ -582,7 +582,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.5.0
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.5.1
env:
- name: FRONTEND_ADDR
value: "frontend:80"
Expand Down Expand Up @@ -625,7 +625,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.5.1
ports:
- name: grpc
containerPort: 7000
Expand Down Expand Up @@ -689,7 +689,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.5.1
ports:
- containerPort: 50051
env:
Expand Down Expand Up @@ -819,7 +819,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/adservice:v0.5.0
image: gcr.io/google-samples/microservices-demo/adservice:v0.5.1
ports:
- containerPort: 9555
env:
Expand Down

0 comments on commit 0e80502

Please sign in to comment.