Skip to content

Commit

Permalink
Merge pull request #3 from Humanitec-DemoOrg/bump-versions
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
mathieu-benoit authored Jul 3, 2024
2 parents b16f9c7 + a293c38 commit e9477bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
apps: ["order", "product", "store-front", "makeline", "store-admin"]
runs-on: ubuntu-22.04
env:
HUMCTL_VERSION: '0.23.2'
HUMCTL_VERSION: '*'
steps:
- name: checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion apps/makeline/score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: makeline-service
containers:
makeline-service:
image: ghcr.io/azure-samples/aks-store-demo/makeline-service:1.4.0
image: ghcr.io/azure-samples/aks-store-demo/makeline-service:dba0629
variables:
ORDER_QUEUE_URI: "amqp://${resources.orders-queue.host}:${resources.orders-queue.port}"
ORDER_QUEUE_USERNAME: "${resources.orders-queue.username}"
Expand Down
2 changes: 1 addition & 1 deletion apps/order/score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: order-service
containers:
order-service:
image: ghcr.io/azure-samples/aks-store-demo/order-service:1.4.0
image: ghcr.io/azure-samples/aks-store-demo/order-service:1c33095
variables:
ORDER_QUEUE_HOSTNAME: "${resources.orders-queue.host}"
ORDER_QUEUE_PORT: "${resources.orders-queue.port}"
Expand Down
2 changes: 1 addition & 1 deletion apps/store-front/score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: store-front
containers:
store-front:
image: "ghcr.io/azure-samples/aks-store-demo/store-front:1.4.0"
image: ghcr.io/azure-samples/aks-store-demo/store-front:87b80c5
variables:
VUE_APP_ORDER_SERVICE_URL: "http://${resources.order-service.name}:3000/"
VUE_APP_PRODUCT_SERVICE_URL: "http://${resources.product-service.name}:3002/"
Expand Down

0 comments on commit e9477bc

Please sign in to comment.