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 }}'