Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HUMCTL_VERSION: '0.22.0' #16

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
apps: ["cartservice", "checkoutservice", "currencyservice", "emailservice", "frontend", "loadgenerator", "paymentservice", "productcatalogservice", "recommendationservice", "shippingservice"]
runs-on: ubuntu-22.04
env:
HUMCTL_VERSION: '0.21.1'
HUMCTL_VERSION: '0.22.0'
steps:
- name: checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- closed
env:
ENVIRONMENT_ID: pr-${{ github.event.number }}
HUMCTL_VERSION: '0.21.1'
HUMCTL_VERSION: '0.22.0'
jobs:
job:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/open-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
ENVIRONMENT_TYPE: 'development'
ENVIRONMENT_ID: pr-${{ github.event.number }}
ENVIRONMENT_NAME: PR-${{ github.event.number }}
HUMCTL_VERSION: '0.21.1'
HUMCTL_VERSION: '0.22.0'
jobs:
job:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'v*'
env:
ENVIRONMENT_ID: development
HUMCTL_VERSION: '0.21.1'
HUMCTL_VERSION: '0.22.0'
jobs:
deploy-humanitec:
runs-on: ubuntu-22.04
Expand Down
30 changes: 10 additions & 20 deletions apps/score.deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,23 @@
apiVersion: config.humanitec.io/v1b1
kind: ScoreDeployConfig
workloads:
- name: onlineboutique/adservice
specFile: ./adservice/score.yaml
- specFile: ./adservice/score.yaml
extensionsFile: ./adservice/humanitec.score.yaml
- name: onlineboutique/cartservice
specFile: ./cartservice/score.yaml
- specFile: ./cartservice/score.yaml
extensionsFile: ./cartservice/humanitec.score.yaml
- name: onlineboutique/checkoutservice
specFile: ./checkoutservice/score.yaml
- specFile: ./checkoutservice/score.yaml
extensionsFile: ./checkoutservice/humanitec.score.yaml
- name: onlineboutique/currencyservice
specFile: ./currencyservice/score.yaml
- specFile: ./currencyservice/score.yaml
extensionsFile: ./currencyservice/humanitec.score.yaml
- name: onlineboutique/emailservice
specFile: ./emailservice/score.yaml
- specFile: ./emailservice/score.yaml
extensionsFile: ./emailservice/humanitec.score.yaml
- name: onlineboutique/frontend
specFile: ./frontend/score.yaml
- specFile: ./frontend/score.yaml
extensionsFile: ./frontend/humanitec.score.yaml
- name: onlineboutique/paymentservice
specFile: ./paymentservice/score.yaml
- specFile: ./paymentservice/score.yaml
extensionsFile: ./paymentservice/humanitec.score.yaml
- name: onlineboutique/productcatalogservice
specFile: ./productcatalogservice/score.yaml
- specFile: ./productcatalogservice/score.yaml
extensionsFile: ./productcatalogservice/humanitec.score.yaml
- name: onlineboutique/recommendationservice
specFile: ./recommendationservice/score.yaml
- specFile: ./recommendationservice/score.yaml
extensionsFile: ./recommendationservice/humanitec.score.yaml
- name: onlineboutique/shippingservice
specFile: ./shippingservice/score.yaml
- specFile: ./shippingservice/score.yaml
extensionsFile: ./shippingservice/humanitec.score.yaml
Loading