Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
feat: add EKS 1.21 support
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkane committed Aug 2, 2021
1 parent a7293a7 commit 2ce0760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/sonatype-nexus3-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ export class SonatypeNexus3Stack extends cdk.Stack {
eksVersion = new cdk.CfnParameter(this, 'KubernetesVersion', {
type: 'String',
allowedValues: [
'1.21',
'1.20',
'1.19',
'1.18',
Expand Down

0 comments on commit 2ce0760

Please sign in to comment.