Skip to content

Commit

Permalink
Use latest stable rapidast container (RedHat-SP-Security#97)
Browse files Browse the repository at this point in the history
Resolves: RedHat-SP-Security#96

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored Mar 28, 2024
1 parent 77ceeb1 commit 3b1a905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sanity/DAST_test/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ rlJournalStart
pushd rapidast || exit
sed -i s@"kubectl --kubeconfig=./kubeconfig "@"${OC_CLIENT} "@g helm/results.sh
sed -i s@"secContext: '{}'"@"secContext: '{\"privileged\": true}'"@ helm/chart/values.yaml
sed -i s@'tag: "latest"'@'tag: "2.3.0"'@g helm/chart/values.yaml
sed -i s@'tag: "latest"'@'tag: "2.5.0"'@g helm/chart/values.yaml

# 6 - run rapidast on adapted configuration file (via helm)
rlRun -c "helm install rapidast ./helm/chart/ --set-file rapidastConfig=${tmpdir}/tang_operator.yaml 2>/dev/null" 0 "Installing rapidast helm chart"
Expand Down

0 comments on commit 3b1a905

Please sign in to comment.