File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
helm/wrongsecrets-ctf-party Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ echo "App password is ${APP_PASSWORD}"
140
140
echo " executing helm install of wrongsecrets"
141
141
helm upgrade --install wrongsecrets ../helm/wrongsecrets-ctf-party \
142
142
--set=" balancer.env.K8S_ENV=aws" \
143
- --set=" balancer.tag=1.9.0alpha5 -cloud" \
143
+ --set=" balancer.tag=1.9.1beta5 -cloud" \
144
144
--set=" balancer.env.IRSA_ROLE=${IRSA_ROLE_ARN} " \
145
145
--set=" balancer.env.REACT_APP_ACCESS_PASSWORD=${APP_PASSWORD} " \
146
146
--set=" balancer.env.REACT_APP_S3_BUCKET_URL=s3://${STATE_BUCKET} " \
Original file line number Diff line number Diff line change @@ -102,12 +102,12 @@ module "eks" {
102
102
103
103
# apply when available: iam_role_permissions_boundary = "arn:aws:iam::${local.account_id}:policy/service-user-creation-permission-boundary"
104
104
eks_managed_node_group_defaults = {
105
- instance_types = [" t3a.large " ]
105
+ instance_types = [" m5a.xlarge " ]
106
106
block_device_mappings = [
107
107
{
108
108
device_name = " /dev/xvda"
109
109
ebs = {
110
- volume_size = 20
110
+ volume_size = 200
111
111
volume_type = " gp3"
112
112
iops = 3000
113
113
throughput = 150
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ wrongsecrets:
147
147
maxInstances : 500
148
148
# -- Wrongsecrets Image to use
149
149
image : jeroenwillemsen/wrongsecrets
150
- tag : 1.9.2beta9 -no-vault
150
+ tag : 1.9.2beta11 -no-vault
151
151
# -- Change the key when hosting a CTF event. This key gets used to generate the challenge flags. See: https://github.com/OWASP/wrongsecrets#ctf
152
152
ctfKey :
" [email protected] !9uR_K!NfkkTr"
153
153
# -- Specify a custom Wrongsecrets config.yaml. See the Wrongsecrets Docs for any needed ENVs: https://github.com/OWASP/wrongsecrets
@@ -209,7 +209,7 @@ virtualdesktop:
209
209
maxInstances : 500
210
210
# -- Wrongsecrets Image to use
211
211
image : jeroenwillemsen/wrongsecrets-desktop-k8s
212
- tag : 1.9.2beta9
212
+ tag : 1.9.2beta11
213
213
repository : commjoenie/wrongSecrets
214
214
resources :
215
215
request :
You can’t perform that action at this time.
0 commit comments