Skip to content

Commit

Permalink
[DSD-6112] pms v1.3.0-dp.1 release (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prafulrakhade authored Sep 2, 2024
1 parent 4cff70a commit 2c099d9
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<my-cluster.config>
```
### Install
```
$ cd deploy
$ ./install.sh
```
### Delete
```
$ cd deploy
$ ./delete.sh
```
### Restart
```
$ cd deploy
$ ./restart.sh
```
2 changes: 1 addition & 1 deletion deploy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/artifactory/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/artifactory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c099d9

Please sign in to comment.