From ba5491a5b9b7e7022e72d08e0e605bb92fc2cfda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Fri, 11 Jul 2025 09:13:57 +0200 Subject: [PATCH] fix: Bump linkerd to latest stable --- helmfile.d/linkerd.yaml.gotmpl | 2 +- shell.nix | 6 +++++- values/linkerd/env.yaml.gotmpl | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/helmfile.d/linkerd.yaml.gotmpl b/helmfile.d/linkerd.yaml.gotmpl index b400d853..d2fe276c 100644 --- a/helmfile.d/linkerd.yaml.gotmpl +++ b/helmfile.d/linkerd.yaml.gotmpl @@ -15,7 +15,7 @@ releases: - name: linkerd namespace: linkerd chart: linkerd/linkerd-control-plane - version: 1.9.3 + version: 1.16.10 condition: linkerd.enabled values: - ../values/linkerd/values/linkerd.yaml.gotmpl diff --git a/shell.nix b/shell.nix index 434826f5..f064878d 100644 --- a/shell.nix +++ b/shell.nix @@ -36,8 +36,12 @@ pkgs.mkShellNoCC { kubectl-neat kubelogin kubelogin-oidc + + # linkerd + step-cli + linkerd ]; - ARGOCD_ENV_CLUSTER_NAME = "oceanbox"; + ARGOCD_ENV_CLUSTER_NAME = "ekman"; HELM_GIT_ACCESS_TOKEN = "glpat-xxx"; } diff --git a/values/linkerd/env.yaml.gotmpl b/values/linkerd/env.yaml.gotmpl index ee5c2c99..a4ee959c 100644 --- a/values/linkerd/env.yaml.gotmpl +++ b/values/linkerd/env.yaml.gotmpl @@ -28,7 +28,7 @@ linkerd: identityIssuerPEM: "" secretScheme: kubernetes.io/tls crds: - version: 1.4.0 + version: 1.8.0 multicluster: version: 30.2.0 enabled: false