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
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
3737dependencies : []
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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" ,
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:" : {
You can’t perform that action at this time.
0 commit comments