From 8e820bcdd93529d8248d7fabaf9b0ff2ede0cae5 Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Fri, 12 Jun 2026 08:20:03 +0200 Subject: [PATCH 1/2] upgrade to 1.13.5 --- aws/build-and-deploy-aws.sh | 2 +- azure/build-and-deploy-azure.sh | 2 +- gcp/build-and-deploy-gcp.sh | 2 +- helm/wrongsecrets-ctf-party/Chart.yaml | 4 ++-- helm/wrongsecrets-ctf-party/README.md | 10 +++++----- helm/wrongsecrets-ctf-party/values.yaml | 6 +++--- wrongsecrets-balancer/config/config.json | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/aws/build-and-deploy-aws.sh b/aws/build-and-deploy-aws.sh index 75bcc1c4f..cb3983707 100755 --- a/aws/build-and-deploy-aws.sh +++ b/aws/build-and-deploy-aws.sh @@ -140,7 +140,7 @@ echo "App password is ${APP_PASSWORD}" echo "executing helm install of wrongsecrets" helm upgrade --install wrongsecrets ../helm/wrongsecrets-ctf-party \ --set="balancer.env.K8S_ENV=aws" \ - --set="balancer.tag=1.9.2-cloud" \ + --set="balancer.tag=1.13.5" \ --set="balancer.env.IRSA_ROLE=${IRSA_ROLE_ARN}" \ --set="balancer.env.REACT_APP_ACCESS_PASSWORD=${APP_PASSWORD}" \ --set="balancer.env.REACT_APP_S3_BUCKET_URL=s3://${STATE_BUCKET}" \ diff --git a/azure/build-and-deploy-azure.sh b/azure/build-and-deploy-azure.sh index 15c07976b..711408928 100755 --- a/azure/build-and-deploy-azure.sh +++ b/azure/build-and-deploy-azure.sh @@ -153,7 +153,7 @@ echo "You can find the app password in password.txt" helm upgrade --install wrongsecrets ../helm/wrongsecrets-ctf-party \ --set="balancer.env.K8S_ENV=azure" \ - --set="balancer.tag=1.9.2-cloud" \ + --set="balancer.tag=1.13.5" \ --set="balancer.env.REACT_APP_AZ_BLOB_URL=https://${AZ_STORAGE_ACCOUNT}.blob.core.windows.net/tfstate" \ --set="balancer.env.REACT_APP_ACCESS_PASSWORD=${APP_PASSWORD}" \ --set="balancer.env.REACT_APP_CREATE_TEAM_HMAC_KEY=${CREATE_TEAM_HMAC}" \ diff --git a/gcp/build-and-deploy-gcp.sh b/gcp/build-and-deploy-gcp.sh index 1151369c7..b3987d28b 100755 --- a/gcp/build-and-deploy-gcp.sh +++ b/gcp/build-and-deploy-gcp.sh @@ -104,7 +104,7 @@ echo "You can find the app password in password.txt" helm upgrade --install wrongsecrets ../helm/wrongsecrets-ctf-party \ --set="balancer.env.K8S_ENV=gcp" \ - --set="balancer.tag=1.9.2-cloud" \ + --set="balancer.tag=1.13.5" \ --set="balancer.env.REACT_APP_GCP_BUCKET_URL=https://console.cloud.google.com/storage/browser/${GCP_BUCKET_NAME}" \ --set="balancer.env.REACT_APP_ACCESS_PASSWORD=${APP_PASSWORD}" \ --set="balancer.env.REACT_APP_CREATE_TEAM_HMAC_KEY=${CREATE_TEAM_HMAC}" \ diff --git a/helm/wrongsecrets-ctf-party/Chart.yaml b/helm/wrongsecrets-ctf-party/Chart.yaml index 2c2b1ddc0..e0da35b67 100644 --- a/helm/wrongsecrets-ctf-party/Chart.yaml +++ b/helm/wrongsecrets-ctf-party/Chart.yaml @@ -28,11 +28,11 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 1.11.3 +version: 1.13.5 # 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.11.3 +appVersion: 1.13.5 dependencies: - name: kube-prometheus-stack diff --git a/helm/wrongsecrets-ctf-party/README.md b/helm/wrongsecrets-ctf-party/README.md index 01a61c335..e7faac390 100644 --- a/helm/wrongsecrets-ctf-party/README.md +++ b/helm/wrongsecrets-ctf-party/README.md @@ -41,7 +41,7 @@ To uninstall the chart: helm delete my-wrongsecrets-ctf-party # wrongsecrets-ctf-party -![Version: 1.11.3](https://img.shields.io/badge/Version-1.11.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.3](https://img.shields.io/badge/AppVersion-1.11.3-informational?style=flat-square) +![Version: 1.13.5](https://img.shields.io/badge/Version-1.13.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.13.5](https://img.shields.io/badge/AppVersion-1.13.5-informational?style=flat-square) Run Multi User "Capture the Flags" or Security Trainings with OWASP Wrongsecrets @@ -118,7 +118,7 @@ Run Multi User "Capture the Flags" or Security Trainings with OWASP Wrongsecrets | balancer.service.loadBalancerSourceRanges | string | `nil` | list of IP CIDRs allowed access to lb (if supported) | | balancer.service.type | string | `"ClusterIP"` | Kubernetes service type | | balancer.skipOwnerReference | bool | `false` | If set to true this skips setting ownerReferences on the teams wrongsecrets Deployment and Services. This lets MultiJuicer run in older kubernetes cluster which don't support the reference type or the app/v1 deployment type | -| balancer.tag | string | `"1.9.2-cloud"` | | +| balancer.tag | string | `"1.13.5"` | | | balancer.tolerations | list | `[]` | Optional Configure kubernetes toleration for the created wrongsecrets instances (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) | | balancer.volumeMounts[0] | object | `{"mountPath":"/home/app/config/","name":"config-volume"}` | If true, creates a volumeMount for the created pods. This is required for the podSecurityPolicy to work | | balancer.volumes[0] | object | `{"configMap":{"name":"wrongsecrets-balancer-config"},"name":"config-volume"}` | If true, creates a volume for the created pods. This is required for the podSecurityPolicy to work | @@ -186,7 +186,7 @@ Run Multi User "Capture the Flags" or Security Trainings with OWASP Wrongsecrets | virtualdesktop.securityContext.readOnlyRootFilesystem | bool | `true` | | | virtualdesktop.securityContext.runAsNonRoot | bool | `true` | | | virtualdesktop.securityContext.seccompProfile.type | string | `"RuntimeDefault"` | | -| virtualdesktop.tag | string | `"1.13.3"` | | +| virtualdesktop.tag | string | `"1.13.5"` | | | virtualdesktop.tolerations | list | `[]` | | | wrongsecrets.affinity | object | `{}` | Optional Configure kubernetes scheduling affinity for the created Wrongsecrets instances (see: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) | | wrongsecrets.config | string | See values.yaml for full details | Specify a custom Wrongsecrets config.yaml. See the Wrongsecrets Docs for any needed ENVs: https://github.com/OWASP/wrongsecrets | @@ -199,7 +199,7 @@ Run Multi User "Capture the Flags" or Security Trainings with OWASP Wrongsecrets | wrongsecrets.resources | object | `{"requests":{"cpu":"256Mi","memory":"300Mi"}}` | Optional resources definitions to set for each Wrongsecrets instance | | wrongsecrets.runtimeClassName | string | `nil` | Optional Can be used to configure the runtime class for the Wrongsecrets instances pods to add an additional layer of isolation to reduce the impact of potential container escapes. (see: https://kubernetes.io/docs/concepts/containers/runtime-class/) | | wrongsecrets.securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"seccompProfile":{"type":"RuntimeDefault"}}` | Optional securityContext definitions to set for each Wrongsecrets instance | -| wrongsecrets.tag | string | `"1.13.3-no-vault"` | | +| wrongsecrets.tag | string | `"1.13.5-no-vault"` | | | wrongsecrets.tolerations | list | `[]` | Optional Configure kubernetes toleration for the created Wrongsecrets instances (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) | | wrongsecrets.volumes | list | `[]` | Optional Volumes to set for each Wrongsecrets instance (see: https://kubernetes.io/docs/concepts/storage/volumes/) | | wrongsecretsCleanup.affinity | object | `{}` | Optional Configure kubernetes scheduling affinity for the wrongsecretsCleanup Job(see: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) | @@ -226,4 +226,4 @@ Run Multi User "Capture the Flags" or Security Trainings with OWASP Wrongsecrets | wrongsecretsCleanup.tolerations | list | `[]` | Optional Configure kubernetes toleration for the wrongsecretsCleanup Job (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/helm/wrongsecrets-ctf-party/values.yaml b/helm/wrongsecrets-ctf-party/values.yaml index f55dab975..6fc0ada4d 100644 --- a/helm/wrongsecrets-ctf-party/values.yaml +++ b/helm/wrongsecrets-ctf-party/values.yaml @@ -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.9.2-cloud + tag: 1.13.5 # -- 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 @@ -153,7 +153,7 @@ wrongsecrets: maxInstances: 500 # -- Wrongsecrets Image to use image: jeroenwillemsen/wrongsecrets - tag: 1.13.3-no-vault + tag: 1.13.5-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: "zLp@.-6fMW6L-7R3b!9uR_K!NfkkTr" # -- Specify a custom Wrongsecrets config.yaml. See the Wrongsecrets Docs for any needed ENVs: https://github.com/OWASP/wrongsecrets @@ -215,7 +215,7 @@ virtualdesktop: maxInstances: 500 # -- Wrongsecrets Image to use image: jeroenwillemsen/wrongsecrets-desktop-k8s - tag: 1.13.3 + tag: 1.13.5 repository: commjoenie/wrongSecrets resources: request: diff --git a/wrongsecrets-balancer/config/config.json b/wrongsecrets-balancer/config/config.json index 2258ca42d..226783634 100644 --- a/wrongsecrets-balancer/config/config.json +++ b/wrongsecrets-balancer/config/config.json @@ -15,7 +15,7 @@ }, "wrongsecrets": { "image": "jeroenwillemsen/wrongsecrets", - "tag": "1.13.3-no-vault", + "tag": "1.13.5-no-vault", "imagePullPolicy": "IfNotPresent", "ctfKey": "zLp@.-6fMW6L-7R3b!9uR_K!NfkkTr", "nodeEnv": "wrongsecrets-ctf-party", @@ -34,7 +34,7 @@ }, "virtualdesktop": { "image": "jeroenwillemsen/wrongsecrets-desktop-k8s", - "tag": "1.13.3", + "tag": "1.13.5", "imagePullPolicy": "IfNotPresent", "nodeEnv": "wrongsecrets-ctf-party", "resources:": { From 98758bf2af24a7638edbf3b6014e2167c5561306 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 06:22:31 +0000 Subject: [PATCH 2/2] [pre-commit.ci lite] apply automatic fixes --- helm/wrongsecrets-ctf-party/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/wrongsecrets-ctf-party/README.md b/helm/wrongsecrets-ctf-party/README.md index e7faac390..6e97108a9 100644 --- a/helm/wrongsecrets-ctf-party/README.md +++ b/helm/wrongsecrets-ctf-party/README.md @@ -226,4 +226,4 @@ Run Multi User "Capture the Flags" or Security Trainings with OWASP Wrongsecrets | wrongsecretsCleanup.tolerations | list | `[]` | Optional Configure kubernetes toleration for the wrongsecretsCleanup Job (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)