Skip to content

Commit

Permalink
[DSD-7203] inji-certify 0.10.1 release (#208)
Browse files Browse the repository at this point in the history
* Updated Pom version and Chart version for post-release changes

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

* [DSD-7203] Update docker-compose.yaml

Signed-off-by: Praful Rakhade <[email protected]>

* [DSD-7203] Updated values.yaml

Signed-off-by: Praful Rakhade <[email protected]>

* [DSD-7203] Update install.sh

Signed-off-by: Praful Rakhade <[email protected]>

* DSD-7203 inji certify 0.10.1 release

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

---------

Signed-off-by: GitHub <[email protected]>
Signed-off-by: Praful Rakhade <[email protected]>
Signed-off-by: techno-467 <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
Co-authored-by: Praful Rakhade <[email protected]>
  • Loading branch information
3 people authored Feb 3, 2025
1 parent 38ab863 commit c99ff5f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
Expand Down
2 changes: 1 addition & 1 deletion deploy/inji-certify-apitestrig/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=inji-certify
CHART_VERSION=0.10.0-develop
CHART_VERSION=1.3.1

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion deploy/inji-certify-apitestrig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ modules:
enabled: true
image:
repository: mosipid/apitest-inji-certify
tag: 0.10.0
tag: 0.10.1
pullPolicy: Always
prereg:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion deploy/inji-certify/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo Create $SOFTHSM_NS namespace
kubectl create ns $SOFTHSM_NS

NS=inji-certify
CHART_VERSION=0.10.0-develop
CHART_VERSION=0.10.1

echo Create $NS namespace
kubectl create ns $NS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- "5433:5432"

certify:
image: mosipid/inji-certify:0.10.0
image: mosipid/inji-certify:0.10.1
user: root
ports:
- 8090:8090
Expand Down
2 changes: 1 addition & 1 deletion helm/inji-certify/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: inji-certify
description: A Helm chart for MOSIP inji-certify module
type: application
version: 0.10.0-develop
version: 0.10.1
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/inji-certify/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ service:
image:
registry: docker.io
repository: mosipid/inji-certify
tag: 0.10.0
tag: 0.10.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit c99ff5f

Please sign in to comment.