Skip to content

Commit 1f9cf7e

Browse files
committed
feat(#199): balancer container and aws set to k8s 1.25
1 parent 89cdf2c commit 1f9cf7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variable "region" {
77
variable "cluster_version" {
88
description = "The EKS cluster version to use"
99
type = string
10-
default = "1.23"
10+
default = "1.25"
1111
}
1212

1313
variable "cluster_name" {

wrongsecrets-balancer/src/kubernetes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ const createDesktopDeploymentForTeam = async ({ team, passcodeHash }) => {
11101110
name: 'PGID',
11111111
value: '1000',
11121112
},
1113-
...get('virtualdesktop.env', [])
1113+
...get('virtualdesktop.env', []),
11141114
],
11151115
envFrom: get('virtualdesktop.envFrom'),
11161116
ports: [

0 commit comments

Comments
 (0)