chore(helm): use mirror.gcr.io for Kubeshark images to avoid Docker Hub pull limits

Signed-off-by: kahirokunn <okinakahiro@gmail.com>
This commit is contained in:
kahirokunn 2025-07-29 14:49:32 +09:00
parent 352484b5f6
commit 4ffdb95066
No known key found for this signature in database

View File

@ -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