Skip to content

Commit

Permalink
[DSD-6808] CTK 1.4.1 release (#755)
Browse files Browse the repository at this point in the history
Signed-off-by: techno-467 <prafulrakhade02@gmail.com>
  • Loading branch information
Prafulrakhade authored Nov 25, 2024
1 parent 9061351 commit 4fe068a
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.4.0
version: 1.4.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.4.0
CHART_VERSION=1.4.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.4.0
tag: 1.4.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 4fe068a

Please sign in to comment.