Skip to content

Helm chart revision part 2 #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/wrongsecrets-ctf-party/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ version: 0.1.0-alpha

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

dependencies: []
4 changes: 2 additions & 2 deletions helm/wrongsecrets-ctf-party/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ wrongsecrets:
maxInstances: 500
# -- Juice Shop Image to use
image: jeroenwillemsens/wrongsecrets
tag: 1.5.8-no-vault
tag: 1.5.9-no-vault
# -- Change the key when hosting a CTF event. This key gets used to generate the challenge flags. See: https://github.com/commjoen/wrongsecrets#ctf
ctfKey: "[email protected]!9uR_K!NfkkTr"
# -- 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
Expand Down Expand Up @@ -184,7 +184,7 @@ virtualdesktop:
maxInstances: 500
# -- Juice Shop Image to use
image: jeroenwillemsen/wrongsecrets-desktop-k8s
tag: 1.5.8
tag: 1.5.9
repository: commjoenie/wrongSecrets
resources:
request:
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# WrongSecrets CTF Party
_Powered by MultiJuicer_
[![CodeQL](https://github.com/commjoen/wrongsecrets-ctf-party/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/commjoen/wrongsecrets-ctf-party/actions/workflows/codeql-analysis.yml)
[![Pre-commit check](https://github.com/commjoen/wrongsecrets-ctf-party/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/commjoen/wrongsecrets-ctf-party/actions/workflows/pre-commit.yml)
[![Run Tests](https://github.com/commjoen/wrongsecrets-ctf-party/actions/workflows/test.yml/badge.svg)](https://github.com/commjoen/wrongsecrets-ctf-party/actions/workflows/test.yml)
[![Test minikube script (k8s)](https://github.com/commjoen/wrongsecrets-ctf-party/actions/workflows/minikube-k8s-test.yml/badge.svg)](https://github.com/commjoen/wrongsecrets-ctf-party/actions/workflows/minikube-k8s-test.yml)

Want to play OWASP WrongSecrets in a large group in CTF mode, but not go over all the hassle of setting up local copies of OWASP WrongSecrets? Here is OWASP WrongSecrets CTF Party! This is a fork of OWASP MultiJuicer, which is adapted to become a dynamic multi-tenant setup for doing a CTF together!

Expand Down
4 changes: 2 additions & 2 deletions wrongsecrets-balancer/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"wrongsecrets": {
"image": "jeroenwillemsen/wrongsecrets",
"tag": "1.5.8-no-vault",
"tag": "1.5.9-no-vault",
"imagePullPolicy": "IfNotPresent",
"ctfKey": "[email protected]!9uR_K!NfkkTr",
"nodeEnv": "wrongsecrets-ctf-party",
Expand All @@ -41,7 +41,7 @@
},
"virtualdesktop": {
"image": "jeroenwillemsen/wrongsecrets-desktop-k8s",
"tag": "1.5.8",
"tag": "1.5.9",
"imagePullPolicy": "IfNotPresent",
"nodeEnv": "wrongsecrets-ctf-party",
"resources:": {
Expand Down