Skip to content

Commit

Permalink
[DSD-3136] updated to 1.2.1 version (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakshithb1 committed Aug 3, 2023
1 parent 4625137 commit ecec91c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/compliance-toolkit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: compliance-toolkit
description: A Helm chart for compliance-toolkit Application service
type: application
version: 1.2.0
version: 1.2.1
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/compliance-toolkit/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=compliance-toolkit
CHART_VERSION=1.2.0
CHART_VERSION=1.2.1

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion helm/compliance-toolkit/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/compliance-toolkit-service
tag: 1.2.0
tag: 1.2.1
## 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 ecec91c

Please sign in to comment.