Skip to content

Commit 11e4c3b

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent f23fbcb commit 11e4c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/wrongsecrets-ctf-party/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Run Multi User "Capture the Flags" or Security Trainings with OWASP Wrongsecrets
176176
| virtualdesktop.securityContext.readOnlyRootFilesystem | bool | `true` | |
177177
| virtualdesktop.securityContext.runAsNonRoot | bool | `true` | |
178178
| virtualdesktop.securityContext.seccompProfile.type | string | `"RuntimeDefault"` | |
179-
| virtualdesktop.tag | string | `"1.9.2beta9"` | |
179+
| virtualdesktop.tag | string | `"1.9.2beta11"` | |
180180
| virtualdesktop.tolerations | list | `[]` | |
181181
| 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) |
182182
| 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 |
@@ -189,7 +189,7 @@ Run Multi User "Capture the Flags" or Security Trainings with OWASP Wrongsecrets
189189
| wrongsecrets.resources | object | `{"requests":{"cpu":"256Mi","memory":"300Mi"}}` | Optional resources definitions to set for each Wrongsecrets instance |
190190
| 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/) |
191191
| wrongsecrets.securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"seccompProfile":{"type":"RuntimeDefault"}}` | Optional securityContext definitions to set for each Wrongsecrets instance |
192-
| wrongsecrets.tag | string | `"1.9.2beta9-no-vault"` | |
192+
| wrongsecrets.tag | string | `"1.9.2beta11-no-vault"` | |
193193
| wrongsecrets.tolerations | list | `[]` | Optional Configure kubernetes toleration for the created Wrongsecrets instances (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) |
194194
| wrongsecrets.volumes | list | `[]` | Optional Volumes to set for each Wrongsecrets instance (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
195195
| 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) |

0 commit comments

Comments
 (0)