Skip to content

Commit

Permalink
Updated chart versions, image and tag for release changes
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Prafulrakhade authored and github-actions[bot] committed Dec 11, 2024
1 parent 9b4e11a commit 7b25898
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/apitestrig/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=apitestrig
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.3.0

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion deploy/uitestrig/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=uitestrig
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.3.0

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion helm/apitestrig/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: apitestrig
description: A Helm chart to deploy APITESTRIG for MOSIP modules
type: application
version: 0.0.1-develop
version: 1.3.0
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/uitestrig/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: uitestrig
description: A Helm chart to deploy uitestrig to test working of MOSIP modules
type: application
version: 0.0.1-develop
version: 1.3.0
appVersion: ""
dependencies:
- name: common
Expand Down

0 comments on commit 7b25898

Please sign in to comment.