Skip to content

Commit 181d5c6

Browse files
authored
feat: update the crd provider (#10)
1 parent 082db11 commit 181d5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ locals {
102102

103103
module "crds" {
104104
source = "rpadovani/helm-crds/kubectl"
105-
version = "~> 0.3.0"
105+
version = ">= 1.0"
106106

107107
crds_urls = [
108108
"https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/refs/tags/${var.image_tag}/helm/aws-load-balancer-controller/crds/crds.yaml",

0 commit comments

Comments
 (0)