Skip to content

Commit b182905

Browse files
committed
chore(registry): change python-dev registry
1 parent 1b324d4 commit b182905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/registry/templates/registry-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
serviceAccount: drycc-registry
2727
initContainers:
2828
- name: drycc-registry-init
29-
image: registry.drycc.cc/drycc/python-dev:latest
29+
image: {{.Values.imageRegistry}}/{{.Values.imageOrg}}/python-dev:latest
3030
imagePullPolicy: {{.Values.imagePullPolicy}}
3131
args:
3232
- netcat

0 commit comments

Comments
 (0)