Skip to content

Commit

Permalink
[DSD-4620] updated chart version for v0.11.0 release (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: techno-467 <[email protected]>
  • Loading branch information
Prafulrakhade committed Feb 23, 2024
1 parent 9fb889a commit bf47745
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/mimoto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/mimoto/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/mimoto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf47745

Please sign in to comment.