From 8c7619852bbaaf50a5b97a4285c5d7cbd080ed39 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Wed, 30 Aug 2023 09:18:59 -0400 Subject: [PATCH] helm: Fix dependency graph for deployment. --- helm/templates/marlowe-playground.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/templates/marlowe-playground.yaml b/helm/templates/marlowe-playground.yaml index 7462e85d8..e9fe5550c 100644 --- a/helm/templates/marlowe-playground.yaml +++ b/helm/templates/marlowe-playground.yaml @@ -184,7 +184,6 @@ spec: - "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 @@ -223,6 +222,7 @@ spec: alias: Deploy To local-marlowe-staging dependsOn: - push-server-image-staging + - push-client-image-staging name: local-marlowe-staging properties: policies: @@ -232,6 +232,7 @@ spec: alias: Deploy To local-marlowe-production dependsOn: - push-server-image-production + - push-client-image-production name: local-marlowe-production properties: policies: