From 89ff521786a393a1e740bc51566171185e97dd5c Mon Sep 17 00:00:00 2001 From: Gilles Gross Admin Date: Mon, 30 Oct 2023 13:22:44 +0100 Subject: [PATCH] Removing variable 'KUBERNETES_SERVICE_HOST' from no_proxy in vcluster Signed-off-by: Gilles Gross Admin --- charts/vcluster/Chart.yaml | 2 +- charts/vcluster/README.md | 2 +- charts/vcluster/templates/pkg/_common.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/vcluster/Chart.yaml b/charts/vcluster/Chart.yaml index ccb067ed..9c8261c1 100644 --- a/charts/vcluster/Chart.yaml +++ b/charts/vcluster/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: vcluster description: Virtual Kubernetes Cluster type: application -version: 0.5.1 +version: 0.5.2 appVersion: 0.1.0 keywords: - vcluster diff --git a/charts/vcluster/README.md b/charts/vcluster/README.md index 7e0e90ce..383f69c6 100644 --- a/charts/vcluster/README.md +++ b/charts/vcluster/README.md @@ -2,7 +2,7 @@ __This Chart is under active development! We try to improve documentation and values consistency over time__ -![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Virtual Kubernetes Cluster diff --git a/charts/vcluster/templates/pkg/_common.tpl b/charts/vcluster/templates/pkg/_common.tpl index fc68e400..9c9f2aea 100644 --- a/charts/vcluster/templates/pkg/_common.tpl +++ b/charts/vcluster/templates/pkg/_common.tpl @@ -96,7 +96,7 @@ Common Selector Labels {{- $no_proxy = ($no_proxy | trimSuffix ",") -}} {{/* Standard Stuff */}} - {{- $no_proxy = printf "%s,%s,.%s" $no_proxy "localhost,127.0.0.1,.svc,svc.,$KUBERNETES_SERVICE_HOST" ($.Release.Namespace | trimAll ".") -}} + {{- $no_proxy = printf "%s,%s,.%s" $no_proxy "localhost,127.0.0.1,.svc,svc." ($.Release.Namespace | trimAll ".") -}} {{/* Kubernetes Component */}} {{- if (include "kubernetes.enabled" $) -}}