Skip to content

Commit 6164c9c

Browse files
committed
Merge branch 'eks_bump' into 'staging'
Bump EKS to version 1.31 See merge request observability-bd-projects/one-observability-demo!165
2 parents 1e00454 + 3030d95 commit 6164c9c

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)