Skip to content

Commit f5dbc1e

Browse files
committed
chore(database): change python-dev registry
1 parent 6cecd64 commit f5dbc1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/database/templates/database-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
serviceAccount: drycc-database
2424
initContainers:
2525
- name: drycc-database-init
26-
image: registry.drycc.cc/drycc/python-dev:latest
26+
image: {{.Values.imageRegistry}}/{{.Values.imageOrg}}/python-dev:latest
2727
imagePullPolicy: {{.Values.imagePullPolicy}}
2828
args:
2929
- netcat

0 commit comments

Comments
 (0)