Skip to content

Commit 0bbea0f

Browse files
committed
Quick fixes for future usage
1 parent 52148a1 commit 0bbea0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aws/k8s-aws-alb-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# set -o nounset
55

66
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
88

99
if test -n "${AWS_REGION-}"; then
1010
echo "AWS_REGION is set to <$AWS_REGION>"

aws/k8s/secret-challenge-vault-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
volumeAttributes:
3838
secretProviderClass: "wrongsecrets-aws-secretsmanager"
3939
containers:
40-
- image: jeroenwillemsen/wrongsecrets:1.5.3-k8s-vault
40+
- image: jeroenwillemsen/wrongsecrets:1.5.12-no-vault
4141
imagePullPolicy: IfNotPresent
4242
ports:
4343
- containerPort: 8080

helm/wrongsecrets-ctf-party/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ virtualdesktop:
184184
maxInstances: 500
185185
# -- Juice Shop Image to use
186186
image: jeroenwillemsen/wrongsecrets-desktop-k8s
187-
tag: 1.5.12
187+
tag: ctf-party1
188188
repository: commjoenie/wrongSecrets
189189
resources:
190190
request:

0 commit comments

Comments
 (0)