From db01c4e9e3e94247e302f9b0a7cca3114ed9c235 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Sun, 9 Jul 2023 23:11:02 +0300 Subject: [PATCH] :rewind: Revert the `tap.proxy.hub.srvport` usage in the Hub template --- helm-chart/Chart.yaml | 4 ++-- helm-chart/templates/04-hub-pod.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 45a329228..128d6e703 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "41.3" +appVersion: "41.4" description: The API Traffic Analyzer for Kubernetes home: https://kubeshark.co keywords: @@ -22,5 +22,5 @@ name: kubeshark sources: - https://github.com/kubeshark/kubeshark/tree/master/helm-chart type: application -version: "41.3" +version: "41.4" icon: https://raw.githubusercontent.com/kubeshark/assets/master/logo/vector/logo.svg diff --git a/helm-chart/templates/04-hub-pod.yaml b/helm-chart/templates/04-hub-pod.yaml index a98cd5329..8297067f5 100644 --- a/helm-chart/templates/04-hub-pod.yaml +++ b/helm-chart/templates/04-hub-pod.yaml @@ -19,8 +19,6 @@ spec: - command: - ./hub {{ .Values.tap.debug | ternary "- -debug" "" }} - - -port - - '{{ .Values.tap.proxy.hub.srvport }}' env: - name: POD_REGEX value: '{{ .Values.tap.regex }}'