forked from juice-shop/multi-juicer
-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ balancer: | |
# -- 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. | ||
cookieParserSecret: null | ||
repository: jeroenwillemsen/wrongsecrets-balancer | ||
tag: 1.6.9aws | ||
tag: 1.6.10aws | ||
# -- Number of replicas of the wrongsecrets-balancer deployment. Changing this in a commit? PLEASE UPDATE THE GITHUB WORKLFOWS THEN!(NUMBER OF "TRUE") | ||
replicas: 2 | ||
# -- Port to expose on the balancer pods which the container listens on | ||
|
@@ -164,7 +164,7 @@ wrongsecrets: | |
maxInstances: 500 | ||
# -- Wrongsecrets Image to use | ||
image: jeroenwillemsen/wrongsecrets | ||
tag: 1.6.9-no-vault | ||
tag: 1.6.10-no-vault | ||
# -- Change the key when hosting a CTF event. This key gets used to generate the challenge flags. See: https://github.com/OWASP/wrongsecrets#ctf | ||
ctfKey: "[email protected]!9uR_K!NfkkTr" | ||
# -- Specify a custom Wrongsecrets config.yaml. See the Wrongsecrets Docs for any needed ENVs: https://github.com/OWASP/wrongsecrets | ||
|
@@ -226,7 +226,7 @@ virtualdesktop: | |
maxInstances: 500 | ||
# -- Wrongsecrets Image to use | ||
image: jeroenwillemsen/wrongsecrets-desktop-k8s | ||
tag: 1.6.9 | ||
tag: 1.6.10 | ||
repository: commjoenie/wrongSecrets | ||
resources: | ||
request: | ||
|