diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index 18434857..0d6e49f9 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -41,7 +41,7 @@ jobs: with: SERVICE_LOCATION: ./kernel secrets: - OSSRH_URL: ${{ secrets.RELEASE_URL }} + OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }} OSSRH_USER: ${{ secrets.OSSRH_USER }} OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }} OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }} diff --git a/deploy/install.sh b/deploy/install.sh index 88d6eb8f..ef61d7f6 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=keymanager -CHART_VERSION=12.1.0 +CHART_VERSION=12.1.0-develop echo Creating $NS namespace kubectl create ns $NS diff --git a/helm/keygen/Chart.yaml b/helm/keygen/Chart.yaml index bc7035e7..58a47ffc 100644 --- a/helm/keygen/Chart.yaml +++ b/helm/keygen/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: keygen description: A Helm chart to generate keys type: application -version: 12.1.0 +version: 12.1.0-develop appVersion: "" dependencies: - name: common diff --git a/helm/keymanager/Chart.yaml b/helm/keymanager/Chart.yaml index 00252590..e01905fc 100644 --- a/helm/keymanager/Chart.yaml +++ b/helm/keymanager/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: keymanager description: A Helm chart for MOSIP Keymanager module type: application -version: 12.1.0 +version: 12.1.0-develop appVersion: "" dependencies: - name: common