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 # find a detailed description here: https://github.com/kubeshark/kubeshark/blob/master/helm-chart/README.md
tap: tap:
docker: docker:
registry: docker.io/kubeshark registry: mirror.gcr.io/kubeshark
tag: "" tag: ""
tagLocked: true tagLocked: true
imagePullPolicy: Always imagePullPolicy: Always