diff --git a/deploy/install.sh b/deploy/install.sh index d68af415..7c34e939 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=artifactory -CHART_VERSION=1.3.0-beta.1-develop +CHART_VERSION=1.3.0-beta.1 echo Create $NS namespace kubectl create ns $NS diff --git a/helm/artifactory/Chart.yaml b/helm/artifactory/Chart.yaml index c3f817d6..ae84397e 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: 1.3.0-beta.1-develop +version: 1.3.0-beta.1 appVersion: "" dependencies: - name: common diff --git a/helm/artifactory/values.yaml b/helm/artifactory/values.yaml index e7624f2b..6bb3b21d 100644 --- a/helm/artifactory/values.yaml +++ b/helm/artifactory/values.yaml @@ -46,8 +46,8 @@ service: ## with biosdk 'develop' version. TODO: Change this later image: registry: docker.io - repository: mosipqa/artifactory-server - tag: 1.3.x + repository: mosipid/artifactory-server + tag: 1.3.0-beta.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