From 525804b41762f3026d0b56bde9c34e8a76a34717 Mon Sep 17 00:00:00 2001 From: Aravind <95919403+aravind-opsverse@users.noreply.github.com> Date: Wed, 31 Jan 2024 20:36:09 +0530 Subject: [PATCH] Update ci-cd-pipeline.yaml --- .github/workflows/ci-cd-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-pipeline.yaml b/.github/workflows/ci-cd-pipeline.yaml index 7e7d4bf..019b671 100644 --- a/.github/workflows/ci-cd-pipeline.yaml +++ b/.github/workflows/ci-cd-pipeline.yaml @@ -322,7 +322,7 @@ jobs: with: # repository: "OpsVerseIO/node-js-server" valueFile: 'manifests/stage/deployment.yaml' - propertyPath: 'spec.selector.matchLabels.app' + propertyPath: 'spec.template.spec.containers.image' value: "registry.devopsnow.io/internal/node-js-server:opsverse" branch: main createPR: false