Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/esignet-with-plugins/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

NS=esignet
ESIGNET_SERVICE_NAME=esignet
CHART_VERSION=1.8.0
CHART_VERSION=1.8.0-develop
echo Create $NS namespace
kubectl create ns $NS

Expand Down
2 changes: 1 addition & 1 deletion deploy/esignet/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function installing_esignet() {
done

NS=esignet
CHART_VERSION=1.8.0
CHART_VERSION=1.8.0-develop

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

Expand Down
2 changes: 1 addition & 1 deletion deploy/oidc-ui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function installing_oidc-ui() {
NS=esignet
OIDCUI_SERVICE_NAME=oidc-ui
ESIGNET_SERVICE_NAME=esignet
CHART_VERSION=1.8.0
CHART_VERSION=1.8.0-develop

echo Create $NS namespace
kubectl create ns $NS || true
Expand Down
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.8.0
version: 1.8.0-develop
appVersion: ""
dependencies:
- name: common
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.8.0
version: 1.8.0-develop
appVersion: ""
dependencies:
- name: common
Expand Down
Loading