Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay committed Oct 31, 2023
1 parent 8bf4622 commit a51df6b
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 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.8.0
version: 0.8.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.8.0"
appVersion: "v0.8.1"
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.8.0
image: gcr.io/google-samples/microservices-demo/adservice:v0.8.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.8.0
image: gcr.io/google-samples/microservices-demo/cartservice:v0.8.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.8.0
image: gcr.io/google-samples/microservices-demo/checkoutservice:v0.8.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.8.0
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.8.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.8.0
image: gcr.io/google-samples/microservices-demo/emailservice:v0.8.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.8.0
image: gcr.io/google-samples/microservices-demo/frontend:v0.8.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.8.0
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.8.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.8.0
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.8.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.8.0
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.8.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.8.0
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.8.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.8.0
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.8.1
ports:
- containerPort: 50051
env:
Expand Down
22 changes: 11 additions & 11 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.8.0
image: gcr.io/google-samples/microservices-demo/emailservice:v0.8.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.8.0
image: gcr.io/google-samples/microservices-demo/checkoutservice:v0.8.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.8.0
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.8.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.8.0
image: gcr.io/google-samples/microservices-demo/frontend:v0.8.1
ports:
- containerPort: 8080
readinessProbe:
Expand Down Expand Up @@ -364,7 +364,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.8.0
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.8.1
ports:
- containerPort: 50051
env:
Expand Down Expand Up @@ -428,7 +428,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.8.0
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.8.1
ports:
- containerPort: 3550
env:
Expand Down Expand Up @@ -492,7 +492,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/cartservice:v0.8.0
image: gcr.io/google-samples/microservices-demo/cartservice:v0.8.1
ports:
- containerPort: 7070
env:
Expand Down Expand Up @@ -584,7 +584,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.8.0
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.8.1
env:
- name: FRONTEND_ADDR
value: "frontend:80"
Expand Down Expand Up @@ -627,7 +627,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.8.0
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.8.1
ports:
- name: grpc
containerPort: 7000
Expand Down Expand Up @@ -691,7 +691,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.8.0
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.8.1
ports:
- containerPort: 50051
env:
Expand Down Expand Up @@ -821,7 +821,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/adservice:v0.8.0
image: gcr.io/google-samples/microservices-demo/adservice:v0.8.1
ports:
- containerPort: 9555
env:
Expand Down

0 comments on commit a51df6b

Please sign in to comment.