From 773f3b4a6477c594fc74230d667efd418b66357a Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Wed, 27 Sep 2023 10:00:38 -0400 Subject: [PATCH] Partial revert --- deploy/marlowe-playground.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/marlowe-playground.yaml b/deploy/marlowe-playground.yaml index 6f5407f11..5a836d1e9 100644 --- a/deploy/marlowe-playground.yaml +++ b/deploy/marlowe-playground.yaml @@ -11,7 +11,7 @@ spec: type: webservice properties: cpu: "0.5" - image: ghcr.io/input-output-hk/marlowe-playground-server:latest + image: ghcr.io/input-output-hk/marlowe-playground-server:61627e5e args: - webserver env: @@ -86,7 +86,7 @@ spec: - type: init-container properties: name: playground-client - image: ghcr.io/input-output-hk/marlowe-playground-client:latest + image: ghcr.io/input-output-hk/marlowe-playground-client:61627e5e mountName: client-www initMountPath: /share/marlowe-playground-client/static appMountPath: /client-www @@ -137,7 +137,7 @@ spec: secretKeyRef: key: callbackPath name: gh-oauth-production - image: ghcr.io/input-output-hk/marlowe-playground-server:production + image: ghcr.io/input-output-hk/marlowe-playground-server:61627e5e traits: - properties: domains: @@ -161,7 +161,7 @@ spec: - type: init-container properties: name: build-client - image: ghcr.io/input-output-hk/marlowe-playground-client:production + image: ghcr.io/input-output-hk/marlowe-playground-client:61627e5e mountName: client-www initMountPath: /share/marlowe-playground-client/static appMountPath: /client-www