Skip to content

Commit

Permalink
Merge pull request #10 from appkins/main
Browse files Browse the repository at this point in the history
Update Chart Versions
  • Loading branch information
ggolub authored Sep 21, 2022
2 parents e6f3d59 + b6e3d65 commit 370b0ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resource "helm_release" "crds" {
chart = "linkerd-crds"
namespace = var.chart_namespace
repository = "https://helm.linkerd.io/edge"
version = "1.3.0-edge"
version = "1.4.0"
timeout = var.chart_timeout
atomic = var.atomic
create_namespace = false
Expand All @@ -44,7 +44,7 @@ module "issuer" {

resource "helm_release" "cni" {
depends_on = [kubernetes_namespace.namespace]

count = var.cni_enabled ? 1 : 0

name = "linkerd-cni"
Expand All @@ -63,7 +63,7 @@ resource "helm_release" "control_plane" {
namespace = var.chart_namespace
create_namespace = false
repository = "https://helm.linkerd.io/edge"
version = "1.1.9-edge"
version = "1.9.3-edge"
timeout = var.chart_timeout
atomic = var.atomic
devel = true
Expand Down

0 comments on commit 370b0ad

Please sign in to comment.