mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-28 21:33:51 +00:00
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:
parent
352484b5f6
commit
4ffdb95066
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user