Skip to content

Commit

Permalink
Merge pull request #472 from Rakshithb1/release-1.x.x
Browse files Browse the repository at this point in the history
[DSD-3136] updated to 1.2.1 version
  • Loading branch information
ckm007 authored Aug 3, 2023
2 parents e80681b + 9f3af62 commit 801575a
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-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: compliance-toolkit-ui
description: A Helm chart for compliance-toolkit-ui
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-ui/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-ui/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-ui
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 801575a

Please sign in to comment.