Skip to content

Commit f23fbcb

Browse files
committed
fix: adjust node diskspace and type
1 parent 04f82a9 commit f23fbcb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

aws/build-and-deploy-aws.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ echo "App password is ${APP_PASSWORD}"
140140
echo "executing helm install of wrongsecrets"
141141
helm upgrade --install wrongsecrets ../helm/wrongsecrets-ctf-party \
142142
--set="balancer.env.K8S_ENV=aws" \
143-
--set="balancer.tag=1.9.0alpha5-cloud" \
143+
--set="balancer.tag=1.9.1beta5-cloud" \
144144
--set="balancer.env.IRSA_ROLE=${IRSA_ROLE_ARN}" \
145145
--set="balancer.env.REACT_APP_ACCESS_PASSWORD=${APP_PASSWORD}" \
146146
--set="balancer.env.REACT_APP_S3_BUCKET_URL=s3://${STATE_BUCKET}" \

aws/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ module "eks" {
102102

103103
# apply when available: iam_role_permissions_boundary = "arn:aws:iam::${local.account_id}:policy/service-user-creation-permission-boundary"
104104
eks_managed_node_group_defaults = {
105-
instance_types = ["t3a.large"]
105+
instance_types = ["m5a.xlarge"]
106106
block_device_mappings = [
107107
{
108108
device_name = "/dev/xvda"
109109
ebs = {
110-
volume_size = 20
110+
volume_size = 200
111111
volume_type = "gp3"
112112
iops = 3000
113113
throughput = 150

helm/wrongsecrets-ctf-party/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ wrongsecrets:
147147
maxInstances: 500
148148
# -- Wrongsecrets Image to use
149149
image: jeroenwillemsen/wrongsecrets
150-
tag: 1.9.2beta9-no-vault
150+
tag: 1.9.2beta11-no-vault
151151
# -- Change the key when hosting a CTF event. This key gets used to generate the challenge flags. See: https://github.com/OWASP/wrongsecrets#ctf
152152
ctfKey: "[email protected]!9uR_K!NfkkTr"
153153
# -- Specify a custom Wrongsecrets config.yaml. See the Wrongsecrets Docs for any needed ENVs: https://github.com/OWASP/wrongsecrets
@@ -209,7 +209,7 @@ virtualdesktop:
209209
maxInstances: 500
210210
# -- Wrongsecrets Image to use
211211
image: jeroenwillemsen/wrongsecrets-desktop-k8s
212-
tag: 1.9.2beta9
212+
tag: 1.9.2beta11
213213
repository: commjoenie/wrongSecrets
214214
resources:
215215
request:

0 commit comments

Comments
 (0)