From 0fc7ce2a5098d2e86f1280f6fa70acfc816a531d Mon Sep 17 00:00:00 2001 From: Varun Ratnakar Date: Thu, 1 Dec 2022 18:08:38 +0530 Subject: [PATCH] changed ensemble manager workflow to hasura --- .github/workflows/docker-publish.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 51de02e..3f9144a 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,4 +1,4 @@ -name: ensemble-manager +name: hasura on: push: @@ -129,9 +129,9 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/master' with: valueFile: isi/values.yaml - propertyPath: "MINT.components.ensemble_manager.image.tag" + propertyPath: "MINT.components.hasura.image.tag" value: ${{ env.DOCKER_TAG }} - message: "Update ensemble_manager" + message: "Update hasura" repository: mintproject/mint-instances workDir: infrastructure branch: master @@ -142,9 +142,9 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/master' with: valueFile: wifire/values.yaml - propertyPath: "MINT.components.ensemble_manager.image.tag" + propertyPath: "MINT.components.hasura.image.tag" value: ${{ env.DOCKER_TAG }} - message: "Update ensemble_manager" + message: "Update hasura" repository: mintproject/mint-instances workDir: infrastructure branch: master @@ -155,9 +155,9 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/dev' with: valueFile: isi-dev/values.yaml - propertyPath: "MINT.components.ensemble_manager.image.tag" + propertyPath: "MINT.components.hasura.image.tag" value: ${{ env.DOCKER_TAG }} - message: "Update ensemble_manager" + message: "Update hasura" repository: mintproject/mint-instances workDir: infrastructure branch: master @@ -169,9 +169,9 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/master' with: valueFile: helm/values.yaml - propertyPath: "components.ensemble_manager.image.tag" + propertyPath: "components.hasura.image.tag" value: ${{ env.DOCKER_TAG }} - message: "Update ensemble_manager" + message: "Update hasura" repository: mintproject/mint workDir: mint-chart/ branch: main