diff --git a/deploy/install.sh b/deploy/install.sh index fd49704..6c3d989 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=datashare -CHART_VERSION=0.0.1-develop +CHART_VERSION=1.3.0-beta.1 echo Create $NS namespace kubectl create ns $NS diff --git a/helm/datashare/Chart.yaml b/helm/datashare/Chart.yaml index 0910ab0..31696a6 100644 --- a/helm/datashare/Chart.yaml +++ b/helm/datashare/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: datashare description: A Helm chart for MOSIP Datashare module type: application -version: 0.0.1-develop +version: 1.3.0-beta.1 appVersion: "" dependencies: - name: common diff --git a/helm/datashare/values.yaml b/helm/datashare/values.yaml index 5b9cb4c..00655ec 100644 --- a/helm/datashare/values.yaml +++ b/helm/datashare/values.yaml @@ -52,8 +52,8 @@ service: image: registry: docker.io - repository: mosipqa/data-share-service - tag: develop + repository: mosipid/data-share-service + 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 diff --git a/pom.xml b/pom.xml index b248cda..566289a 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + 1.6.14 true ossrh