Skip to content

Commit

Permalink
Merge pull request #1 from GoogleCloudPlatform/main
Browse files Browse the repository at this point in the history
Update from original fork
  • Loading branch information
emoreth authored Nov 18, 2024
2 parents 3b3153b + b0ee845 commit f0584e0
Show file tree
Hide file tree
Showing 46 changed files with 1,195 additions and 1,161 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
DOTNET_INSTALL_DIR: "./.dotnet"
with:
dotnet-version: '8.0'
dotnet-version: '9.0'
- uses: actions/setup-go@v5
with:
go-version: '1.23'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
DOTNET_INSTALL_DIR: "./.dotnet"
with:
dotnet-version: '8.0'
dotnet-version: '9.0'
- uses: actions/setup-go@v5
with:
go-version: '1.23'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- '.github/workflows/helm-chart-ci.yaml'
jobs:
helm-chart-ci:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: helm lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubevious-manifests-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ permissions:
contents: read
jobs:
kubevious-manifests-ci:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 1
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-build-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- '.github/workflows/kustomize-build-ci.yaml'
jobs:
kustomize-build-ci:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: kustomize build base
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/terraform-validate-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ on:
- '.github/workflows/terraform-validate-ci.yaml'
jobs:
terraform-validate-ci:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
- name: terraform init & validate
run: |
cd terraform/
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,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.10.1
version: 0.10.2

# 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.10.1"
appVersion: "v0.10.2"
2 changes: 1 addition & 1 deletion helm-chart/templates/opentelemetry-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
readOnlyRootFilesystem: true
args:
- --config=/conf/collector-gateway-config.yaml
image: otel/opentelemetry-collector-contrib:0.111.0@sha256:a2a52e43c1a80aa94120ad78c2db68780eb90e6d11c8db5b3ce2f6a0cc6b5029
image: otel/opentelemetry-collector-contrib:0.112.0@sha256:2203eea06554f892c765d6eff8069cdf64ae8d4516526d03cab4a70e82775495
volumeMounts:
- name: collector-gateway-config
mountPath: /conf
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/adservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.1
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.2
ports:
- containerPort: 9555
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/cartservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.1
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.2
ports:
- containerPort: 7070
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/checkoutservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.1
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.2
ports:
- containerPort: 5050
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/currencyservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.1
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.2
ports:
- name: grpc
containerPort: 7000
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/emailservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.1
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.2
ports:
- containerPort: 8080
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.1
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.2
ports:
- containerPort: 8080
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/loadgenerator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/loadgenerator:v0.10.1
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/loadgenerator:v0.10.2
env:
- name: FRONTEND_ADDR
value: "frontend:80"
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/paymentservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.1
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.2
ports:
- containerPort: 50051
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/productcatalogservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.1
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.2
ports:
- containerPort: 3550
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/recommendationservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.1
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.2
ports:
- containerPort: 8080
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/shippingservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.1
image: us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.2
ports:
- containerPort: 50051
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
readOnlyRootFilesystem: true
args:
- --config=/conf/collector-gateway-config.yaml
image: otel/opentelemetry-collector-contrib:0.111.0@sha256:a2a52e43c1a80aa94120ad78c2db68780eb90e6d11c8db5b3ce2f6a0cc6b5029
image: otel/opentelemetry-collector-contrib:0.112.0@sha256:2203eea06554f892c765d6eff8069cdf64ae8d4516526d03cab4a70e82775495
volumeMounts:
- name: collector-gateway-config
mountPath: /conf
Expand Down
Loading

0 comments on commit f0584e0

Please sign in to comment.