Skip to content

Commit

Permalink
Release v0.5.0 (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay committed Dec 13, 2022
1 parent 4c4c275 commit 3c0d659
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 38 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.4.2
version: 0.5.0

# 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.4.2"
appVersion: "v0.5.0"
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.4.2
image: gcr.io/google-samples/microservices-demo/adservice:v0.5.0
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.4.2
image: gcr.io/google-samples/microservices-demo/cartservice:v0.5.0
ports:
- containerPort: 7070
env:
Expand Down
4 changes: 1 addition & 3 deletions 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.4.2
image: gcr.io/google-samples/microservices-demo/checkoutservice:v0.5.0
ports:
- containerPort: 5050
readinessProbe:
Expand All @@ -64,8 +64,6 @@ spec:
value: "currencyservice:7000"
- name: CART_SERVICE_ADDR
value: "cartservice:7070"
- name: DISABLE_PROFILER
value: "1"
resources:
requests:
cpu: 100m
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.4.2
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.5.0
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.4.2
image: gcr.io/google-samples/microservices-demo/emailservice:v0.5.0
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.4.2
image: gcr.io/google-samples/microservices-demo/frontend:v0.5.0
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.4.2
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.5.0
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.4.2
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.5.0
ports:
- containerPort: 50051
env:
Expand Down
4 changes: 1 addition & 3 deletions kustomize/base/productcatalogservice.yaml
Expand Up @@ -41,12 +41,10 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.4.2
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.5.0
ports:
- containerPort: 3550
env:
- name: COLLECTOR_SERVICE_ADDR
value: "opentelemetrycollector:4317"
- name: PORT
value: "3550"
- name: DISABLE_PROFILER
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.4.2
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.5.0
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.4.2
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.5.0
ports:
- containerPort: 50051
env:
Expand Down
32 changes: 11 additions & 21 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.4.2
image: gcr.io/google-samples/microservices-demo/emailservice:v0.5.0
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.4.2
image: gcr.io/google-samples/microservices-demo/checkoutservice:v0.5.0
ports:
- containerPort: 5050
readinessProbe:
Expand All @@ -136,8 +136,6 @@ spec:
value: "currencyservice:7000"
- name: CART_SERVICE_ADDR
value: "cartservice:7070"
- name: DISABLE_PROFILER
value: "1"
resources:
requests:
cpu: 100m
Expand Down Expand Up @@ -188,7 +186,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.4.2
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.5.0
ports:
- containerPort: 8080
readinessProbe:
Expand All @@ -206,8 +204,6 @@ spec:
value: "productcatalogservice:3550"
- name: DISABLE_PROFILER
value: "1"
- name: DISABLE_DEBUGGER
value: "1"
resources:
requests:
cpu: 100m
Expand Down Expand Up @@ -259,7 +255,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/frontend:v0.4.2
image: gcr.io/google-samples/microservices-demo/frontend:v0.5.0
ports:
- containerPort: 8080
readinessProbe:
Expand Down Expand Up @@ -366,16 +362,14 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.4.2
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.5.0
ports:
- containerPort: 50051
env:
- name: PORT
value: "50051"
- name: DISABLE_PROFILER
value: "1"
- name: DISABLE_DEBUGGER
value: "1"
readinessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:50051"]
Expand Down Expand Up @@ -432,12 +426,10 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.4.2
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.5.0
ports:
- containerPort: 3550
env:
- name: COLLECTOR_SERVICE_ADDR
value: "opentelemetrycollector:4317"
- name: PORT
value: "3550"
- name: DISABLE_PROFILER
Expand Down Expand Up @@ -498,7 +490,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/cartservice:v0.4.2
image: gcr.io/google-samples/microservices-demo/cartservice:v0.5.0
ports:
- containerPort: 7070
env:
Expand Down Expand Up @@ -590,7 +582,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.4.2
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.5.0
env:
- name: FRONTEND_ADDR
value: "frontend:80"
Expand Down Expand Up @@ -633,7 +625,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.4.2
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.5.0
ports:
- name: grpc
containerPort: 7000
Expand All @@ -642,8 +634,6 @@ spec:
value: "7000"
- name: DISABLE_PROFILER
value: "1"
- name: DISABLE_DEBUGGER
value: "1"
readinessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:7000"]
Expand Down Expand Up @@ -699,7 +689,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.4.2
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.5.0
ports:
- containerPort: 50051
env:
Expand Down Expand Up @@ -829,7 +819,7 @@ spec:
- all
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/adservice:v0.4.2
image: gcr.io/google-samples/microservices-demo/adservice:v0.5.0
ports:
- containerPort: 9555
env:
Expand Down

0 comments on commit 3c0d659

Please sign in to comment.