Skip to content

Commit

Permalink
Use a self-hosted public image to avoid reaching the download limits (#…
Browse files Browse the repository at this point in the history
…2308)


Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow authored Dec 6, 2022
1 parent 3e6c877 commit 2d8d33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/graphscope-store/templates/test/test-rpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 2d8d33a

Please sign in to comment.