diff --git a/deploy/marlowe-playground.yaml b/deploy/marlowe-playground.yaml index 7aec477b1..6f5407f11 100644 --- a/deploy/marlowe-playground.yaml +++ b/deploy/marlowe-playground.yaml @@ -4,14 +4,14 @@ metadata: name: marlowe-playground namespace: marlowe-staging annotations: - app.oam.dev/publishVersion: 61627e5e + app.oam.dev/publishVersion: 0.0.4 spec: components: - name: marlowe-playground type: webservice properties: cpu: "0.5" - image: ghcr.io/input-output-hk/marlowe-playground-server:61627e5e + image: ghcr.io/input-output-hk/marlowe-playground-server:latest args: - webserver env: @@ -86,7 +86,7 @@ spec: - type: init-container properties: name: playground-client - image: ghcr.io/input-output-hk/marlowe-playground-client:61627e5e + image: ghcr.io/input-output-hk/marlowe-playground-client:latest 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:61627e5e + image: ghcr.io/input-output-hk/marlowe-playground-server:production traits: - properties: domains: @@ -161,7 +161,7 @@ spec: - type: init-container properties: name: build-client - image: ghcr.io/input-output-hk/marlowe-playground-client:61627e5e + image: ghcr.io/input-output-hk/marlowe-playground-client:production mountName: client-www initMountPath: /share/marlowe-playground-client/static appMountPath: /client-www @@ -169,58 +169,8 @@ spec: mode: steps: DAG steps: - - meta: - alias: Push staging server image - name: push-server-image-staging - type: build-nix-image - properties: - image: ghcr.io/input-output-hk/marlowe-playground-server:61627e5e - requests: - ephemeralStorage: 50Gi - includedFlakeURIs: - - "github:input-output-hk/marlowe-playground#marlowe-playground-server" - - "github:input-output-hk/marlowe-playground#ghc-with-marlowe" - - "nixpkgs#z3" - - "nixpkgs#cacert" - entrypointBinName: "marlowe-playground-server" - - meta: - alias: Push production server image - name: push-server-image-production - type: build-nix-image - properties: - image: ghcr.io/input-output-hk/marlowe-playground-server:61627e5e - requests: - ephemeralStorage: 50Gi - includedFlakeURIs: - - "github:input-output-hk/marlowe-playground/production#marlowe-playground-server" - - "github:input-output-hk/marlowe-playground/production#ghc-with-marlowe" - - "nixpkgs#z3" - - "nixpkgs#cacert" - entrypointBinName: "marlowe-playground-server" - - meta: - alias: Push staging client image - name: push-client-image-staging - type: build-nix-image - properties: - image: ghcr.io/input-output-hk/marlowe-playground-client:61627e5e - requests: - ephemeralStorage: 50Gi - includedFlakeURIs: - - "github:input-output-hk/marlowe-playground#marlowe-playground-client" - - meta: - alias: Push production client image - name: push-client-image-production - type: build-nix-image - properties: - image: ghcr.io/input-output-hk/marlowe-playground-client:61627e5e - requests: - ephemeralStorage: 50Gi - includedFlakeURIs: - - "github:input-output-hk/marlowe-playground/production#marlowe-playground-client" - meta: alias: Deploy To local-marlowe-staging - dependsOn: - - push-server-image-staging name: local-marlowe-staging properties: policies: @@ -228,8 +178,6 @@ spec: type: deploy - meta: alias: Deploy To local-marlowe-production - dependsOn: - - push-server-image-production name: local-marlowe-production properties: policies: