Skip to content

Commit 014b991

Browse files
authored
feat(bootstrap): bump aws addon versions (#821)
Signed-off-by: David van der Spek <[email protected]>
1 parent 13424a0 commit 014b991

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bootstrap/terraform/aws-bootstrap/deps.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ apiVersion: plural.sh/v1alpha1
22
kind: Dependencies
33
metadata:
44
description: Creates an EKS cluster and prepares it for bootstrapping
5-
version: 0.1.52
5+
version: 0.1.53
66
spec:
7-
breaking: true
7+
breaking: false
88
dependencies: []
99
providers:
1010
- aws

bootstrap/terraform/aws-bootstrap/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ variable "kubernetes_version" {
3333

3434
variable "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

4040
variable "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

4646
variable "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

0 commit comments

Comments
 (0)