File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
PetAdoptions/cdk/pet_stack/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ export class Services extends Stack {
341
341
defaultCapacity : 2 ,
342
342
defaultCapacityInstance : ec2 . InstanceType . of ( ec2 . InstanceClass . T3 , ec2 . InstanceSize . MEDIUM ) ,
343
343
secretsEncryptionKey : secretsKey ,
344
- version : KubernetesVersion . of ( '1.27 ' ) ,
344
+ version : KubernetesVersion . of ( '1.28 ' ) ,
345
345
kubectlLayer : new KubectlLayer ( this , 'kubectl' )
346
346
} ) ;
347
347
Original file line number Diff line number Diff line change @@ -759,7 +759,7 @@ Resources:
759
759
name : KubectlInstall
760
760
inputs :
761
761
runCommand :
762
- - curl -o kubectl https://s3.us-west-2.amazonaws.com/amazon-eks/1.27.4/2023-08-16 /bin/linux/amd64/kubectl
762
+ - curl -o kubectl https://s3.us-west-2.amazonaws.com/amazon-eks/1.28.5/2024-01-04 /bin/linux/amd64/kubectl
763
763
- chmod +x kubectl && sudo mv kubectl /usr/local/bin/
764
764
- echo "source <(kubectl completion bash)" >> /home/ubuntu/.bashrc
765
765
- action : aws:runShellScript
You can’t perform that action at this time.
0 commit comments