diff --git a/.github/workflows/apitest-push-trigger.yml b/.github/workflows/apitest-push-trigger.yml index 3cf0516c1a..a76a83dc68 100644 --- a/.github/workflows/apitest-push-trigger.yml +++ b/.github/workflows/apitest-push-trigger.yml @@ -44,7 +44,7 @@ jobs: secrets: OSSRH_USER: ${{ secrets.OSSRH_USER }} OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }} - OSSRH_URL: ${{ secrets.RELEASE_URL }} + OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }} OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }} GPG_SECRET: ${{ secrets.GPG_SECRET }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} diff --git a/deploy/apitestrig/install.sh b/deploy/apitestrig/install.sh index d5ef701546..4a882413c4 100755 --- a/deploy/apitestrig/install.sh +++ b/deploy/apitestrig/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=apitestrig -CHART_VERSION=1.3.0 +CHART_VERSION=1.3.0-develop echo Create $NS namespace kubectl create ns $NS diff --git a/deploy/uitestrig/install.sh b/deploy/uitestrig/install.sh index 27d1d533c3..5d07f756b0 100644 --- a/deploy/uitestrig/install.sh +++ b/deploy/uitestrig/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=uitestrig -CHART_VERSION=1.3.0 +CHART_VERSION=1.3.0-develop echo Create $NS namespace kubectl create ns $NS diff --git a/helm/apitestrig/Chart.yaml b/helm/apitestrig/Chart.yaml index 1adca07f93..cee81f5401 100644 --- a/helm/apitestrig/Chart.yaml +++ b/helm/apitestrig/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: apitestrig description: A Helm chart to deploy APITESTRIG for MOSIP modules type: application -version: 1.3.0 +version: 1.3.0-develop appVersion: "" dependencies: - name: common diff --git a/helm/uitestrig/Chart.yaml b/helm/uitestrig/Chart.yaml index 27e87306e5..3924dacb0c 100644 --- a/helm/uitestrig/Chart.yaml +++ b/helm/uitestrig/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: uitestrig description: A Helm chart to deploy uitestrig to test working of MOSIP modules type: application -version: 1.3.0 +version: 1.3.0-develop appVersion: "" dependencies: - name: common