Skip to content

Commit

Permalink
[DSD-6362] inji-certify 0.9.1 release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Prafulrakhade committed Oct 1, 2024
1 parent a37aaba commit 4978580
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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

0 comments on commit 4978580

Please sign in to comment.