Skip to content

Commit 3030d95

Browse files
committed
Bump EKS version
1 parent 142bdeb commit 3030d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PetAdoptions/cdk/pet_stack/lib/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ export class Services extends Stack {
344344
defaultCapacity: 2,
345345
defaultCapacityInstance: ec2.InstanceType.of(ec2.InstanceClass.T3, ec2.InstanceSize.MEDIUM),
346346
secretsEncryptionKey: secretsKey,
347-
version: KubernetesVersion.of('1.28'),
347+
version: KubernetesVersion.of('1.31'),
348348
kubectlLayer: new KubectlLayer(this, 'kubectl'),
349349
authenticationMode: eks.AuthenticationMode.API_AND_CONFIG_MAP,
350350
});

0 commit comments

Comments
 (0)