From b9296d7849d89e2f6b3f31927b76e44a8e62d44a Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Thu, 4 Jul 2024 15:42:36 +0300 Subject: [PATCH] switched back to api.kubeshark.co as the cloud API server --- helm-chart/templates/04-hub-deployment.yaml | 2 +- helm-chart/templates/09-worker-daemon-set.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-chart/templates/04-hub-deployment.yaml b/helm-chart/templates/04-hub-deployment.yaml index bbc24b162..f02246f56 100644 --- a/helm-chart/templates/04-hub-deployment.yaml +++ b/helm-chart/templates/04-hub-deployment.yaml @@ -44,7 +44,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: KUBESHARK_CLOUD_API_URL - value: 'https://master.admin.kubeshark.co' + value: 'https://api.kubeshark.co' {{- if .Values.tap.docker.overrideTag.hub }} image: '{{ .Values.tap.docker.registry }}/hub:{{ .Values.tap.docker.overrideTag.hub }}' {{ else }} diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index 48516a162..87fb5b235 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -97,7 +97,7 @@ spec: - name: TCP_STREAM_CHANNEL_TIMEOUT_SHOW value: '{{ .Values.tap.misc.tcpStreamChannelTimeoutShow }}' - name: KUBESHARK_CLOUD_API_URL - value: 'https://master.admin.kubeshark.co' + value: 'https://api.kubeshark.co' - name: PROFILING_ENABLED value: '{{ .Values.tap.misc.profile }}' resources: