diff --git a/README.md b/README.md index b8138ee1..a421108b 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,25 @@ Following are the artifacts which is being served by the service: All these artifacts are released as a part of the Mosip Release with some of them being taken from open sourced repository as per the need. +## Deployment in K8 cluster with other MOSIP services: +### Pre-requisites +* Set KUBECONFIG variable to point to existing K8 cluster kubeconfig file: + * ``` + export KUBECONFIG=~/.kube/ + ``` +### Install + ``` + $ cd deploy + $ ./install.sh + ``` +### Delete + ``` + $ cd deploy + $ ./delete.sh + ``` +### Restart + ``` + $ cd deploy + $ ./restart.sh + ``` + diff --git a/deploy/install.sh b/deploy/install.sh index 3da5f867..68292476 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=artifactory -CHART_VERSION=12.0.2-develop +CHART_VERSION=12.0.3 echo Create $NS namespace kubectl create ns $NS diff --git a/helm/artifactory/Chart.yaml b/helm/artifactory/Chart.yaml index 483e65e2..88da6516 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.2-develop +version: 12.0.3 appVersion: "" dependencies: - name: common diff --git a/helm/artifactory/values.yaml b/helm/artifactory/values.yaml index 02b50807..e4c1dd97 100644 --- a/helm/artifactory/values.yaml +++ b/helm/artifactory/values.yaml @@ -53,7 +53,7 @@ service: image: registry: docker.io repository: mosipid/artifactory-server - tag: 1.2.0.2 + tag: 1.2.0.3 ## 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