File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : mimoto
3
3
description : A Helm chart for MOSIP mimoto Application
4
4
type : application
5
- version : 0.10 .0
5
+ version : 0.11 .0
6
6
appVersion : " "
7
7
dependencies :
8
8
- name : common
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
7
7
fi
8
8
9
9
NS=mimoto
10
- MIMOTO_CHART_VERSION=0.10 .0
10
+ MIMOTO_CHART_VERSION=0.11 .0
11
11
12
12
echo Create $NS namespace
13
13
kubectl create ns $NS
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ service:
54
54
image :
55
55
registry : docker.io
56
56
repository : mosipid/mimoto
57
- tag : 0.10 .0
57
+ tag : 0.11 .0
58
58
# # Specify a imagePullPolicy
59
59
# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
60
60
# # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
You can’t perform that action at this time.
0 commit comments