diff --git a/helm/mimoto/Chart.yaml b/helm/mimoto/Chart.yaml index 64eba9ee..3df2b8e7 100644 --- a/helm/mimoto/Chart.yaml +++ b/helm/mimoto/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: mimoto description: A Helm chart for MOSIP mimoto Application type: application -version: 0.10.0 +version: 0.11.0 appVersion: "" dependencies: - name: common diff --git a/helm/mimoto/install.sh b/helm/mimoto/install.sh index fa2f45f1..0e40c884 100755 --- a/helm/mimoto/install.sh +++ b/helm/mimoto/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=mimoto -MIMOTO_CHART_VERSION=0.10.0 +MIMOTO_CHART_VERSION=0.11.0 echo Create $NS namespace kubectl create ns $NS diff --git a/helm/mimoto/values.yaml b/helm/mimoto/values.yaml index e4fa4cfa..497f1d5c 100644 --- a/helm/mimoto/values.yaml +++ b/helm/mimoto/values.yaml @@ -54,7 +54,7 @@ service: image: registry: docker.io repository: mosipid/mimoto - tag: 0.10.0 + tag: 0.11.0 ## 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