Skip to content

Commit

Permalink
Post release changes (#303)
Browse files Browse the repository at this point in the history
* Updated Pom versions for release changes

Signed-off-by: GitHub <[email protected]>

* [DSD-6020] post release changes inji-certify 0.9.0

Signed-off-by: techno-467 <[email protected]>

* [DSD-6020] post release changes inji-certify 0.9.0

Signed-off-by: techno-467 <[email protected]>

---------

Signed-off-by: GitHub <[email protected]>
Signed-off-by: techno-467 <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
Co-authored-by: techno-467 <[email protected]>
  • Loading branch information
3 people authored Aug 23, 2024
1 parent f32cd0e commit df68165
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion deploy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=keymanager
CHART_VERSION=1.3.0-beta.1
CHART_VERSION=1.3.0-beta.1-develop

echo Creating $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion helm/keygen/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: keygen
description: A Helm chart to generate keys
type: application
version: 1.3.0-beta.1
version: 1.3.0-beta.1-develop
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/keymanager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: keymanager
description: A Helm chart for MOSIP Keymanager module
type: application
version: 1.3.0-beta.1
version: 1.3.0-beta.1-develop
appVersion: ""
dependencies:
- name: common
Expand Down

0 comments on commit df68165

Please sign in to comment.