File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
helm/wrongsecrets-ctf-party
wrongsecrets-balancer/config Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ version: 0.1.0-alpha
32
32
33
33
# This is the version number of the application being deployed. This version number should be
34
34
# incremented each time you make changes to the application.
35
- appVersion : 1.5.8
35
+ appVersion : 1.5.9
36
36
37
37
dependencies : []
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ wrongsecrets:
97
97
maxInstances : 500
98
98
# -- Juice Shop Image to use
99
99
image : jeroenwillemsens/wrongsecrets
100
- tag : 1.5.8 -no-vault
100
+ tag : 1.5.9 -no-vault
101
101
# -- Change the key when hosting a CTF event. This key gets used to generate the challenge flags. See: https://github.com/commjoen/wrongsecrets#ctf
102
102
ctfKey :
" [email protected] !9uR_K!NfkkTr"
103
103
# -- 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:
184
184
maxInstances : 500
185
185
# -- Juice Shop Image to use
186
186
image : jeroenwillemsen/wrongsecrets-desktop-k8s
187
- tag : 1.5.8
187
+ tag : 1.5.9
188
188
repository : commjoenie/wrongSecrets
189
189
resources :
190
190
request :
Original file line number Diff line number Diff line change 22
22
},
23
23
"wrongsecrets" : {
24
24
"image" : " jeroenwillemsen/wrongsecrets" ,
25
- "tag" : " 1.5.8 -no-vault" ,
25
+ "tag" : " 1.5.9 -no-vault" ,
26
26
"imagePullPolicy" : " IfNotPresent" ,
27
27
"ctfKey" :
" [email protected] !9uR_K!NfkkTr" ,
28
28
"nodeEnv" : " wrongsecrets-ctf-party" ,
41
41
},
42
42
"virtualdesktop" : {
43
43
"image" : " jeroenwillemsen/wrongsecrets-desktop-k8s" ,
44
- "tag" : " 1.5.8 " ,
44
+ "tag" : " 1.5.9 " ,
45
45
"imagePullPolicy" : " IfNotPresent" ,
46
46
"nodeEnv" : " wrongsecrets-ctf-party" ,
47
47
"resources:" : {
You can’t perform that action at this time.
0 commit comments