Skip to content

Commit

Permalink
[DSD-3099] CTK 1.2.0 release changes (#676)
Browse files Browse the repository at this point in the history
* Update init_db.sh

Signed-off-by: Keshav Mishra <[email protected]>

* Update values.yaml

Signed-off-by: Keshav Mishra <[email protected]>

* Update keycloak-init.sh

Signed-off-by: Keshav Mishra <[email protected]>

---------

Signed-off-by: Keshav Mishra <[email protected]>
  • Loading branch information
ckm007 committed Jul 24, 2023
1 parent 46f754d commit fc8d73e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion db_scripts/init_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=compliance-toolkit
CHART_VERSION=12.0.1
CHART_VERSION=12.0.1-B3
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add mosip https://mosip.github.io/mosip-helm
helm repo update
Expand Down
3 changes: 2 additions & 1 deletion helm/compliance-toolkit/keycloak-init.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
COPY_UTIL=./copy_cm_func.sh
NS=compliance-toolkit
CHART_VERSION=12.0.1
CHART_VERSION=12.0.1-B3

helm repo add mosip https://mosip.github.io/mosip-helm
helm repo update
Expand Down Expand Up @@ -29,6 +29,7 @@ helm -n $NS install toolkit-keycloak-init mosip/keycloak-init \
--set clientSecrets[0].secret="$TOOLKIT_CLIENT_SECRET_VALUE" \
--set clientSecrets[1].name="$TOOLKIT_ANDROID_CLIENT_SECRET_KEY" \
--set clientSecrets[1].secret="$TOOLKIT_ANDROID_CLIENT_SECRET_VALUE" \
--set image.tag=1.2.0-CTK \
--version $CHART_VERSION --wait

TOOLKIT_CLIENT_SECRET_VALUE=$( kubectl -n $NS get secret keycloak-client-secrets -o json | jq ".data.$TOOLKIT_CLIENT_SECRET_KEY" )
Expand Down
2 changes: 1 addition & 1 deletion helm/compliance-toolkit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ service:

image:
registry: docker.io
repository: mosipqa/compliance-toolkit-service
repository: mosipid/compliance-toolkit-service
tag: 1.2.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit fc8d73e

Please sign in to comment.