diff --git a/deploy/Chart.yaml b/deploy/Chart.yaml index fad5004d66..d7828d5a59 100644 --- a/deploy/Chart.yaml +++ b/deploy/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: marlowe-runtime -version: v0.0.6 +version: v0.0.7 description: Marlowe smart contract language Cardano implementation home: https://marlowe.iohk.io sources: diff --git a/deploy/templates/marlowe-sync.yaml b/deploy/templates/marlowe-sync.yaml index 885049addd..528cfb8f02 100644 --- a/deploy/templates/marlowe-sync.yaml +++ b/deploy/templates/marlowe-sync.yaml @@ -19,6 +19,10 @@ spec: value: "3725" - name: MARLOWE_QUERY_PORT value: "3726" + - name: MARLOWE_CHAIN_SYNC_HOST + value: chain-sync-{{ $network }}.marlowe-staging + - name: MARLOWE_CHAIN_SYNC_QUERY_PORT + value: "3716" - name: DB_NAME value: chainsync_{{ $network }} - name: DB_USER diff --git a/deploy/templates/marlowe-web-server.yaml b/deploy/templates/marlowe-web-server.yaml index 862cbaeba7..19d2f62442 100644 --- a/deploy/templates/marlowe-web-server.yaml +++ b/deploy/templates/marlowe-web-server.yaml @@ -18,7 +18,7 @@ spec: - name: RUNTIME_PORT value: "3701" cpu: "0.5" - image: {{ $.Values.images.repo }}/{{ $.Values.images.org }}/marlowe-proxy:{{ $.Values.images.tag }} + image: {{ $.Values.images.repo }}/{{ $.Values.images.org }}/marlowe-web-server:{{ $.Values.images.tag }} imagePullPolicy: Always memory: 1024Mi ports: