You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/wrongsecrets-ctf-party/values.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ balancer:
35
35
# -- Set this to a fixed random alpa-numeric string (recommended length 24 chars). If not set this get randomly generated with every helm upgrade, each rotation invalidates all active cookies / sessions requirering users to login again.
36
36
cookieParserSecret: null
37
37
repository: jeroenwillemsen/wrongsecrets-balancer
38
-
tag: 1.6aws
38
+
tag: 1.7aws
39
39
# -- Number of replicas of the wrongsecrets-balancer deployment
40
40
replicas: 1
41
41
service:
@@ -93,11 +93,11 @@ balancer:
93
93
#3. ADD VAULT INSTANCE PER TEAM!
94
94
95
95
wrongsecrets:
96
-
# -- Specifies how many JuiceShop instances MultiJuicer should start at max. Set to -1 to remove the max Juice Shop instance cap
96
+
# -- Specifies how many Wrongsecrets instances should start at max. Set to -1 to remove the max Wrongsecrets instance cap
97
97
maxInstances: 500
98
-
# -- Juice Shop Image to use
98
+
# -- Wrongsecrets Image to use
99
99
image: jeroenwillemsen/wrongsecrets
100
-
tag: 1.5.13-no-vault
100
+
tag: 1.5.14-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/OWASP/wrongsecrets#ctf
# -- 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
0 commit comments