Skip to content

Commit

Permalink
esgient 1.4.1 release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Prafulrakhade committed Jun 13, 2024
1 parent 9071450 commit 6b88d85
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion helm/esignet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: esignet
description: A Helm chart for MOSIP esignet module
type: application
version: 1.4.0
version: 1.4.1
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/esignet/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=esignet
CHART_VERSION=1.4.0
CHART_VERSION=1.4.1

ESIGNET_HOST=$(kubectl get cm global -o jsonpath={.data.mosip-esignet-host})

Expand Down
2 changes: 1 addition & 1 deletion helm/esignet/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/esignet
tag: 1.4.0
tag: 1.4.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 helm/oidc-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: oidc-ui
description: A Helm chart for MOSIP OIDC UI module
type: application
version: 1.4.0
version: 1.4.1
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/oidc-ui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=esignet
CHART_VERSION=1.0.1
CHART_VERSION=1.4.1

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion helm/oidc-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ service:
image:
registry: docker.io
repository: mosipid/oidc-ui
tag: 1.4.0
tag: 1.4.1

## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 6b88d85

Please sign in to comment.