File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
bootstrap/terraform/aws-bootstrap Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ apiVersion: plural.sh/v1alpha1
22kind : Dependencies
33metadata :
44 description : Creates an EKS cluster and prepares it for bootstrapping
5- version : 0.1.52
5+ version : 0.1.53
66spec :
7- breaking : true
7+ breaking : false
88 dependencies : []
99 providers :
1010 - aws
Original file line number Diff line number Diff line change @@ -33,19 +33,19 @@ variable "kubernetes_version" {
3333
3434variable "vpc_cni_addon_version" {
3535 type = string
36- default = " v1.12.5 -eksbuild.1"
36+ default = " v1.13.4 -eksbuild.1"
3737 description = " The version of the VPC-CNI addon to use"
3838}
3939
4040variable "core_dns_addon_version" {
4141 type = string
42- default = " v1.8.7 -eksbuild.4 "
42+ default = " v1.9.3 -eksbuild.6 "
4343 description = " The version of the CoreDNS addon to use"
4444}
4545
4646variable "kube_proxy_addon_version" {
4747 type = string
48- default = " v1.23 .15-eksbuild.1 "
48+ default = " v1.24 .15-eksbuild.2 "
4949 description = " The version of the kube-proxy addon to use"
5050}
5151
You can’t perform that action at this time.
0 commit comments