Skip to content

Commit 370b0ad

Browse files
authored
Merge pull request #10 from appkins/main
Update Chart Versions
2 parents e6f3d59 + b6e3d65 commit 370b0ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4545
resource "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

0 commit comments

Comments
 (0)