diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 80081152e..ea442b5ae 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "39.6" +appVersion: "39.7" description: The API Traffic Analyzer for Kubernetes home: https://kubeshark.co keywords: @@ -22,4 +22,4 @@ name: kubeshark sources: - https://github.com/kubeshark/kubeshark/tree/master/helm-chart type: application -version: "39.6" +version: "39.7" diff --git a/helm-chart/templates/04-hub-pod.yaml b/helm-chart/templates/04-hub-pod.yaml index b96f56cce..59db0a8c5 100644 --- a/helm-chart/templates/04-hub-pod.yaml +++ b/helm-chart/templates/04-hub-pod.yaml @@ -23,6 +23,10 @@ spec: value: '{{ .Values.tap.storagelimit }}' - name: LICENSE value: '{{ .Values.license }}' + - name: SCRIPTING_ENV + value: '{}' + - name: SCRIPTING_SCRIPTS + value: '[]' image: '{{ .Values.tap.docker.registry }}/hub:{{ .Values.tap.docker.tag }}' imagePullPolicy: '{{ .Values.tap.docker.imagePullPolicy }}' name: kubeshark-hub diff --git a/manifests/04-hub-pod.yaml b/manifests/04-hub-pod.yaml index 51a02f46b..bc98755b7 100644 --- a/manifests/04-hub-pod.yaml +++ b/manifests/04-hub-pod.yaml @@ -21,6 +21,10 @@ spec: - name: STORAGE_LIMIT value: 200MB - name: LICENSE + - name: SCRIPTING_ENV + value: '{}' + - name: SCRIPTING_SCRIPTS + value: '[]' image: docker.io/kubeshark/hub:latest imagePullPolicy: Always name: kubeshark-hub