File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,8 @@ module "crds" {
105
105
version = " >= 1.0"
106
106
107
107
crds_urls = [
108
- " https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/refs/tags/${ var . image_tag } /helm/aws-load-balancer-controller/crds/crds.yaml" ,
108
+ " https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/refs/heads/main/helm/aws-load-balancer-controller/crds/crds.yaml" ,
109
+ " https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/refs/heads/main/helm/aws-load-balancer-controller/crds/gateway-crds.yaml" ,
109
110
]
110
111
}
111
112
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ configureDefaultAffinity: true
92
92
# nodes, and other user-defined topology domains.
93
93
#
94
94
# more details here: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
95
- topologySpreadConstraints : {}
95
+ topologySpreadConstraints : []
96
96
97
97
updateStrategy : {}
98
98
# type: RollingUpdate
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ variable "chart_repository" {
19
19
variable "chart_version" {
20
20
description = " Version of Chart to install. Set to empty to install the latest version"
21
21
type = string
22
- default = " 1.8 .4"
22
+ default = " 1.13 .4"
23
23
}
24
24
25
25
variable "chart_namespace" {
@@ -64,7 +64,7 @@ variable "prefer_ecr_repositories" {
64
64
variable "image_tag" {
65
65
description = " Image tag"
66
66
type = string
67
- default = " v2.8.3 "
67
+ default = " v2.13.4 "
68
68
}
69
69
70
70
variable "name_override" {
You can’t perform that action at this time.
0 commit comments