Skip to content

Commit 6d79711

Browse files
authored
Merge pull request #91 from commjoen/helm-chart2
Helm chart revision part 2
2 parents b3d63a1 + 1a8ab5f commit 6d79711

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

helm/wrongsecrets-ctf-party/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3737
dependencies: []

helm/wrongsecrets-ctf-party/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# WrongSecrets CTF Party
22
_Powered by MultiJuicer_
3+
[![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)
4+
[![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)
5+
[![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)
6+
[![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)
37

48
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!
59

wrongsecrets-balancer/config/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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",
@@ -41,7 +41,7 @@
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:": {

0 commit comments

Comments
 (0)