Skip to content

Commit 69a7839

Browse files
committed
Updated latest deps in balancer (1.5B), worngsecrets and desktop (1.5.11) and fixed deprecated TF usage
1 parent 5671301 commit 69a7839

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module "eks" {
7373

7474
cluster_endpoint_private_access = true
7575

76-
cluster_endpoint_public_access_cidrs = compact(concat(["${data.http.ip.body}/32"], var.extra_allowed_ip_ranges))
76+
cluster_endpoint_public_access_cidrs = compact(concat(["${data.http.ip.response_body}/32"], var.extra_allowed_ip_ranges))
7777

7878
enable_irsa = true
7979

helm/wrongsecrets-ctf-party/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ balancer:
3535
# -- 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.
3636
cookieParserSecret: null
3737
repository: jeroenwillemsen/wrongsecrets-balancer
38-
tag: 1.5aws
38+
tag: 1.5Baws
3939
# -- Number of replicas of the wrongsecrets-balancer deployment
4040
replicas: 1
4141
service:

0 commit comments

Comments
 (0)