diff --git a/deploy/install.sh b/deploy/install.sh index 4d3d12d..20ed9ae 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=biosdk -CHART_VERSION=1.3.1-rc.1 +CHART_VERSION=1.3.1-rc.1-develop echo Create $NS namespace kubectl create ns $NS diff --git a/helm/biosdk-service/Chart.yaml b/helm/biosdk-service/Chart.yaml index c62a5b1..07a384c 100644 --- a/helm/biosdk-service/Chart.yaml +++ b/helm/biosdk-service/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: biosdk-service description: A Helm chart for MOSIP Auditmanager module type: application -version: 1.3.1-rc.1 +version: 1.3.1-rc.1-develop appVersion: "" dependencies: - name: common