Skip to content

Commit 1a8ab5f

Browse files
committed
move to 1.5.9
1 parent 38987a6 commit 1a8ab5f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

helm/wrongsecrets-ctf-party/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ version: 0.1.0-alpha
3232

3333
# This is the version number of the application being deployed. This version number should be
3434
# incremented each time you make changes to the application.
35-
appVersion: 1.5.8
35+
appVersion: 1.5.9
3636

3737
dependencies: []

helm/wrongsecrets-ctf-party/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ wrongsecrets:
9797
maxInstances: 500
9898
# -- Juice Shop Image to use
9999
image: jeroenwillemsens/wrongsecrets
100-
tag: 1.5.8-no-vault
100+
tag: 1.5.9-no-vault
101101
# -- Change the key when hosting a CTF event. This key gets used to generate the challenge flags. See: https://github.com/commjoen/wrongsecrets#ctf
102102
ctfKey: "[email protected]!9uR_K!NfkkTr"
103103
# -- Specify a custom Juice Shop config.yaml. See the JuiceShop Config Docs for more detail: https://pwning.owasp-juice.shop/part1/customization.html#yaml-configuration-file
@@ -184,7 +184,7 @@ virtualdesktop:
184184
maxInstances: 500
185185
# -- Juice Shop Image to use
186186
image: jeroenwillemsen/wrongsecrets-desktop-k8s
187-
tag: 1.5.8
187+
tag: 1.5.9
188188
repository: commjoenie/wrongSecrets
189189
resources:
190190
request:

wrongsecrets-balancer/config/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"wrongsecrets": {
2424
"image": "jeroenwillemsen/wrongsecrets",
25-
"tag": "1.5.8-no-vault",
25+
"tag": "1.5.9-no-vault",
2626
"imagePullPolicy": "IfNotPresent",
2727
"ctfKey": "[email protected]!9uR_K!NfkkTr",
2828
"nodeEnv": "wrongsecrets-ctf-party",
@@ -41,7 +41,7 @@
4141
},
4242
"virtualdesktop": {
4343
"image": "jeroenwillemsen/wrongsecrets-desktop-k8s",
44-
"tag": "1.5.8",
44+
"tag": "1.5.9",
4545
"imagePullPolicy": "IfNotPresent",
4646
"nodeEnv": "wrongsecrets-ctf-party",
4747
"resources:": {

0 commit comments

Comments
 (0)