File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
helm/wrongsecrets-ctf-party Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
# set -o nounset
5
5
6
6
source ../scripts/check-available-commands.sh
7
- checkCommandsAvailable helm jq vault sed grep docker grep cat aws curl eksctl kubectl
7
+ checkCommandsAvailable helm jq sed grep docker grep cat aws curl eksctl kubectl
8
8
9
9
if test -n " ${AWS_REGION-} " ; then
10
10
echo " AWS_REGION is set to <$AWS_REGION >"
Original file line number Diff line number Diff line change 37
37
volumeAttributes :
38
38
secretProviderClass : " wrongsecrets-aws-secretsmanager"
39
39
containers :
40
- - image : jeroenwillemsen/wrongsecrets:1.5.3-k8s -vault
40
+ - image : jeroenwillemsen/wrongsecrets:1.5.12-no -vault
41
41
imagePullPolicy : IfNotPresent
42
42
ports :
43
43
- containerPort : 8080
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ virtualdesktop:
184
184
maxInstances : 500
185
185
# -- Juice Shop Image to use
186
186
image : jeroenwillemsen/wrongsecrets-desktop-k8s
187
- tag : 1.5.12
187
+ tag : ctf-party1
188
188
repository : commjoenie/wrongSecrets
189
189
resources :
190
190
request :
You can’t perform that action at this time.
0 commit comments