Skip to content

Commit

Permalink
Update deploy to use 0.0.5.1 for web-server
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Oct 17, 2023
1 parent bf4509d commit 6cf6aad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
tagAndPush "marlowe-scaling"
tagAndPush "marlowe-oracle"
tagAndPush "marlowe-finder"
if [[ "${{ github.ref }}" == "refs/tags/marlowe-runtime-web@v"* ]]
elif [[ "${{ github.ref }}" == "refs/tags/marlowe-runtime-web@v"* ]]
then
# Strip "marlowe-runtime-web@v" prefix from tag name
export TAG=$(echo "${{ github.ref_name }}" | sed -e "s/^marlowe-runtime-web@v//")
Expand Down
2 changes: 1 addition & 1 deletion deploy/marlowe-runtime/templates/marlowe-web-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- name: OTEL_SERVICE_NAME
value: marlowe-web-server-{{ . }}-{{ $instanceName }}
cpu: "0.5"
image: {{ $instance.repo }}/{{ $instance.org }}/marlowe-web-server:{{ $instance.tag }}
image: {{ $instance.repo }}/{{ $instance.org }}/marlowe-web-server:{{ $instance.webTag }}
imagePullPolicy: Always
memory: 1024Mi
ports:
Expand Down
2 changes: 2 additions & 0 deletions deploy/marlowe-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ networks:
instances:
qa:
parentDomain: scdev.aws.iohkdev.io
webTag: latest
tag: latest
repo: ghcr.io
org: input-output-hk
demo:
parentDomain: demo.scdev.aws.iohkdev.io
webTag: 0.0.5.1
tag: 0.0.5
repo: ghcr.io
org: input-output-hk
Expand Down

0 comments on commit 6cf6aad

Please sign in to comment.