From 2531a48a78979e5a4d11ae8bd572b01fc7a22f6e Mon Sep 17 00:00:00 2001 From: Krishnaag23 Date: Mon, 6 Oct 2025 00:42:01 +0530 Subject: [PATCH 1/2] Chore: Pin latest webtop container in k8s manifest --- helm/wrongsecrets-ctf-party/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/wrongsecrets-ctf-party/values.yaml b/helm/wrongsecrets-ctf-party/values.yaml index a9aa7021f..000ee3d51 100644 --- a/helm/wrongsecrets-ctf-party/values.yaml +++ b/helm/wrongsecrets-ctf-party/values.yaml @@ -209,7 +209,7 @@ virtualdesktop: maxInstances: 500 # -- Wrongsecrets Image to use image: jeroenwillemsen/wrongsecrets-desktop-k8s - tag: 1.12.0 + tag: 1.12.8 repository: commjoenie/wrongSecrets resources: request: From 56f90b78daede2b42b7717b243f31c3971a01637 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 20:50:47 +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 c060d3a43..2ff8d8f85 100644 --- a/helm/wrongsecrets-ctf-party/README.md +++ b/helm/wrongsecrets-ctf-party/README.md @@ -184,7 +184,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.12.0"` | | +| virtualdesktop.tag | string | `"1.12.8"` | | | 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 |