diff --git a/deploy/install.sh b/deploy/install.sh index db2928b7..8cadecd1 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=artifactory -CHART_VERSION=12.0.4 +CHART_VERSION=12.0.4-develop echo Create $NS namespace kubectl create ns $NS diff --git a/helm/artifactory/Chart.yaml b/helm/artifactory/Chart.yaml index c85cc053..4800ff94 100644 --- a/helm/artifactory/Chart.yaml +++ b/helm/artifactory/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: artifactory description: A Helm chart for MOSIP Artifactory type: application -version: 12.0.4 +version: 12.0.4-develop appVersion: "" dependencies: - name: common