Skip to content

Commit bf47745

Browse files
[DSD-4620] updated chart version for v0.11.0 release (#176)
Signed-off-by: techno-467 <prafulrakhade02@gmail.com>
1 parent 9fb889a commit bf47745

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

helm/mimoto/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: mimoto
33
description: A Helm chart for MOSIP mimoto Application
44
type: application
5-
version: 0.10.0
5+
version: 0.11.0
66
appVersion: ""
77
dependencies:
88
- name: common

helm/mimoto/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
77
fi
88

99
NS=mimoto
10-
MIMOTO_CHART_VERSION=0.10.0
10+
MIMOTO_CHART_VERSION=0.11.0
1111

1212
echo Create $NS namespace
1313
kubectl create ns $NS

helm/mimoto/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ service:
5454
image:
5555
registry: docker.io
5656
repository: mosipid/mimoto
57-
tag: 0.10.0
57+
tag: 0.11.0
5858
## Specify a imagePullPolicy
5959
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
6060
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

0 commit comments

Comments
 (0)