Skip to content

Commit

Permalink
Release changes (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckm007 authored Oct 1, 2024
1 parent 246da2b commit b0e7945
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .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
2 changes: 1 addition & 1 deletion certify-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<groupId>io.mosip.certify</groupId>
Expand Down
2 changes: 1 addition & 1 deletion certify-integration-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<groupId>io.mosip.certify</groupId>
Expand Down
4 changes: 2 additions & 2 deletions certify-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<parent>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<groupId>io.mosip.certify</groupId>
<artifactId>certify-service</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<name>certify-service</name>
<description>certify vci service</description>

Expand Down
4 changes: 2 additions & 2 deletions docker-compose/docker-compose-certify/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
networks:
- network
artifactory-server:
image: 'mosipqa/artifactory-server:0.9.1-INJI'
image: 'mosipid/artifactory-server:0.9.1-INJI'
ports:
- 8080:8080
networks:
Expand Down Expand Up @@ -94,7 +94,7 @@ services:
networks:
- network
certify:
image: mosipqa/inji-certify:0.9.x
image: mosipid/inji-certify:0.9.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.9.1-develop
version: 0.9.1
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions helm/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.9.1-develop
CHART_VERSION=0.9.1

echo Create $NS namespace
kubectl create ns $NS
Expand Down Expand Up @@ -59,7 +59,7 @@ function installing_inji-certify() {
fi

echo Running inji-certify
helm -n $NS install inji-certify mosip/inji-certify --set image.repository=mosipqa/inji-certify --set image.tag=0.9.x --set istio.hosts\[0\]=$INJICERTIFY_HOST --version $CHART_VERSION $ENABLE_INSECURE
helm -n $NS install inji-certify mosip/inji-certify --set istio.hosts\[0\]=$INJICERTIFY_HOST --version $CHART_VERSION $ENABLE_INSECURE

kubectl -n $NS get deploy -o name | xargs -n1 -t kubectl -n $NS rollout status

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.9.0
tag: 0.9.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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<packaging>pom</packaging>
<name>certify</name>
<description>Parent project for MOSIP certify</description>
Expand Down

0 comments on commit b0e7945

Please sign in to comment.