Skip to content

Commit f849916

Browse files
committed
chore(controller): change python-dev registry
1 parent 0aac9ee commit f849916

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/controller/templates/controller-celery.yaml

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

charts/controller/templates/controller-cronjob-daily.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
serviceAccount: drycc-controller
2020
initContainers:
2121
- name: drycc-controller-cronjob-daily-init
22-
image: registry.drycc.cc/drycc/python-dev:latest
22+
image: {{.Values.imageRegistry}}/{{.Values.imageOrg}}/python-dev:latest
2323
imagePullPolicy: {{.Values.imagePullPolicy}}
2424
args:
2525
- netcat

charts/controller/templates/controller-cronjob-hourly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
serviceAccount: drycc-controller
2020
initContainers:
2121
- name: drycc-controller-init
22-
image: registry.drycc.cc/drycc/python-dev:latest
22+
image: {{.Values.imageRegistry}}/{{.Values.imageOrg}}/python-dev:latest
2323
imagePullPolicy: {{.Values.imagePullPolicy}}
2424
args:
2525
- netcat

charts/controller/templates/controller-deployment.yaml

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

charts/controller/templates/controller-webhook-deloyment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
{{- include "common.affinities.pods.soft" (dict "key" "app" "values" (list "drycc-controller-webhook")) | indent 6 }}
1616
initContainers:
1717
- name: drycc-controller-init
18-
image: registry.drycc.cc/drycc/python-dev:latest
18+
image: {{.Values.imageRegistry}}/{{.Values.imageOrg}}/python-dev:latest
1919
imagePullPolicy: {{.Values.imagePullPolicy}}
2020
args:
2121
- netcat

0 commit comments

Comments
 (0)