File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ resource "helm_release" "crds" {
2020 chart = " linkerd-crds"
2121 namespace = var. chart_namespace
2222 repository = " https://helm.linkerd.io/edge"
23- version = " 1.3.0-edge "
23+ version = " 1.4.0 "
2424 timeout = var. chart_timeout
2525 atomic = var. atomic
2626 create_namespace = false
@@ -44,7 +44,7 @@ module "issuer" {
4444
4545resource "helm_release" "cni" {
4646 depends_on = [kubernetes_namespace . namespace ]
47-
47+
4848 count = var. cni_enabled ? 1 : 0
4949
5050 name = " linkerd-cni"
@@ -63,7 +63,7 @@ resource "helm_release" "control_plane" {
6363 namespace = var. chart_namespace
6464 create_namespace = false
6565 repository = " https://helm.linkerd.io/edge"
66- version = " 1.1.9 -edge"
66+ version = " 1.9.3 -edge"
6767 timeout = var. chart_timeout
6868 atomic = var. atomic
6969 devel = true
You can’t perform that action at this time.
0 commit comments