From 2d8d33a201a289020cbd824003af718ea23a3e4b Mon Sep 17 00:00:00 2001 From: Tao He Date: Tue, 6 Dec 2022 15:49:04 +0800 Subject: [PATCH] Use a self-hosted public image to avoid reaching the download limits (#2308) Signed-off-by: Tao He --- charts/graphscope-store/templates/test/test-rpc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/graphscope-store/templates/test/test-rpc.yaml b/charts/graphscope-store/templates/test/test-rpc.yaml index 551b00702da1..257812d96549 100644 --- a/charts/graphscope-store/templates/test/test-rpc.yaml +++ b/charts/graphscope-store/templates/test/test-rpc.yaml @@ -10,7 +10,7 @@ spec: {{- end }} containers: - name: python - image: registry.hub.docker.com/library/python:3.9.9-alpine3.14 + image: registry.cn-hongkong.aliyuncs.com/graphscope/graphscope-store:python-3.9.9-alpine3.14 env: - name: frontend value: {{ include "graphscope-store.frontend.fullname" . }}.{{ .Release.Namespace }} @@ -36,7 +36,7 @@ spec: {{- end }} containers: - name: python - image: registry.hub.docker.com/library/python:3.9.9-alpine3.14 + image: registry.cn-hongkong.aliyuncs.com/graphscope/graphscope-store:python-3.9.9-alpine3.14 env: - name: frontend value: {{ include "graphscope-store.frontend.fullname" . }}.{{ .Release.Namespace }}