Skip to content

Commit

Permalink
[DSD-4511] [DSD-4522] Updated chart versions for testrig modules
Browse files Browse the repository at this point in the history
Signed-off-by: syed salman <[email protected]>
  • Loading branch information
syedsalman3753 committed Feb 13, 2024
1 parent 73cd3a8 commit 8f87467
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/v3/testrig/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=12.0.1-B4
CHART_VERSION=12.0.1

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion deployment/v3/testrig/apitestrig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ modules:
enabled: true
- name: auth
enabled: true
- name: idp
- name: esignet
enabled: true
- name: mimoto
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion deployment/v3/testrig/authdemo/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=authdemo
CHART_VERSION=12.0.1-B4
CHART_VERSION=12.0.1

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

NS=packetcreator
CHART_VERSION=12.0.1-B4
CHART_VERSION=12.0.1

echo Create $NS namespace
kubectl create ns $NS
Expand Down

0 comments on commit 8f87467

Please sign in to comment.