diff --git a/artifacts/pom.xml b/artifacts/pom.xml index a589b1d8..59e3ca1b 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -78,20 +78,20 @@ kernel-auth-adapter-lite.jar - 1.3.1-SNAPSHOT + 1.3.1-rc.1 /usr/share/nginx/html/artifactory/libs-release-local/icu4j kernel-transliteration-icu4j.jar - 1.3.1-SNAPSHOT + 1.3.1-rc.1 /usr/share/nginx/html/artifactory/libs-release-local/io/mosip/kernel kernel-smsserviceprovider-msg91.jar - 1.3.1-SNAPSHOT + 1.3.1-rc.1 /usr/share/nginx/html/artifactory/libs-release-local/io/mosip/kernel/kernel-ref-idobjectvalidator kernel-ref-idobjectvalidator.jar - 1.3.1-SNAPSHOT + 1.3.1-rc.1 /usr/share/nginx/html/artifactory/libs-release-local/clamav kernel-virusscanner-clamav.jar @@ -112,7 +112,7 @@ /usr/share/nginx/html/artifactory/libs-release-local/demosdk/default/demosdk demosdk-client-jar-with-dependencies.jar - 1.3.1-SNAPSHOT + 1.3.1-rc.1 /usr/share/nginx/html/artifactory/libs-release-local/mock-sdk/1.1.5 mock-sdk.jar mock-sdk-jar-with-dependencies.jar @@ -122,7 +122,7 @@ image-compressor-jar-with-dependencies.jar - 1.3.1-SNAPSHOT + 1.3.1-rc.1 /usr/share/nginx/html/artifactory/libs-release-local/cache redis-cache-provider.jar diff --git a/deploy/install.sh b/deploy/install.sh index 299e6dc5..c1f5fad1 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=artifactory -CHART_VERSION=1.3.1-develop +CHART_VERSION=1.3.2-rc.1 echo Create $NS namespace kubectl create ns $NS diff --git a/helm/artifactory/Chart.yaml b/helm/artifactory/Chart.yaml index 254ffbfa..635f423e 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.1-develop +version: 1.3.2-rc.1 appVersion: "" dependencies: - name: common diff --git a/helm/artifactory/values.yaml b/helm/artifactory/values.yaml index 3539c77f..374f5c21 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.2-rc.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 @@ -197,10 +197,8 @@ lifecycleHooks: - sh - -c - sleep 30 - ## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down terminationGracePeriodSeconds: 60 - ## Custom Liveness probes for ## customLivenessProbe: {}