From 4ffdb95066a5b147a51445b9c855e74517b1e083 Mon Sep 17 00:00:00 2001 From: kahirokunn Date: Tue, 29 Jul 2025 14:49:32 +0900 Subject: [PATCH] chore(helm): use mirror.gcr.io for Kubeshark images to avoid Docker Hub pull limits Signed-off-by: kahirokunn --- helm-chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index b11e905cf..d2d071e5d 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -1,7 +1,7 @@ # find a detailed description here: https://github.com/kubeshark/kubeshark/blob/master/helm-chart/README.md tap: docker: - registry: docker.io/kubeshark + registry: mirror.gcr.io/kubeshark tag: "" tagLocked: true imagePullPolicy: Always