You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run Multi User "Capture the Flags" or Security Trainings with OWASP Wrongsecrets
47
47
@@ -116,7 +116,7 @@ Run Multi User "Capture the Flags" or Security Trainings with OWASP Wrongsecrets
116
116
| balancer.service.loadBalancerSourceRanges | string |`nil`| list of IP CIDRs allowed access to lb (if supported) |
117
117
| balancer.service.type | string |`"ClusterIP"`| Kubernetes service type |
118
118
| 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 |
119
-
| balancer.tag | string |`"1.8.3cloud"`||
119
+
| balancer.tag | string |`"1.8.4cloud"`||
120
120
| balancer.tolerations | list |`[]`| Optional Configure kubernetes toleration for the created wrongsecrets instances (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
121
121
| 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 |
122
122
| 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 |
@@ -216,4 +216,4 @@ Run Multi User "Capture the Flags" or Security Trainings with OWASP Wrongsecrets
216
216
| wrongsecretsCleanup.tolerations | list |`[]`| Optional Configure kubernetes toleration for the wrongsecretsCleanup Job (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
217
217
218
218
----------------------------------------------
219
-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
219
+
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Copy file name to clipboardExpand all lines: helm/wrongsecrets-ctf-party/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ balancer:
40
40
# -- 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.
41
41
cookieParserSecret: null
42
42
repository: jeroenwillemsen/wrongsecrets-balancer
43
-
tag: 1.8.3cloud
43
+
tag: 1.8.4cloud
44
44
# -- Number of replicas of the wrongsecrets-balancer deployment. Changing this in a commit? PLEASE UPDATE THE GITHUB WORKLFOWS THEN!(NUMBER OF "TRUE")
45
45
replicas: 2
46
46
# -- Port to expose on the balancer pods which the container listens on
0 commit comments