Skip to content

Commit afe630b

Browse files
Merge pull request #513 from DrDroidLab/fix/migrate-dockerhub
image updateds
2 parents 79703d0 + 2e8b818 commit afe630b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

helm/charts/celery_beat/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: celery-beat
19-
image: public.ecr.aws/y9s1f3r5/drdroid/playbooks-backend:latest
19+
image: drdroidlab/playbooks-backend:latest
2020
env:
2121
- name: CELERY_BROKER_URL
2222
value: {{ .Values.redisUrl }}

helm/charts/celery_worker/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: celery-worker
19-
image: public.ecr.aws/y9s1f3r5/drdroid/playbooks-backend:latest
19+
image: drdroidlab/playbooks-backend:latest
2020
env:
2121
- name: CELERY_BROKER_URL
2222
value: {{ .Values.redisUrl }}

helm/charts/server/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: server
19-
image: public.ecr.aws/y9s1f3r5/drdroid/playbooks-backend:latest
19+
image: drdroidlab/playbooks-backend:latest
2020
env:
2121
- name: CELERY_BROKER_URL
2222
value: {{ .Values.redisUrl }}

helm/charts/web/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: web
19-
image: public.ecr.aws/y9s1f3r5/drdroid/playbooks-web:latest
19+
image: drdroidlab/playbooks-web:latest
2020
imagePullPolicy: IfNotPresent
2121
ports:
2222
- containerPort: 80

helm/charts/workflow_action_execution_celery_worker/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: workflow-action-executor-celery-worker
19-
image: public.ecr.aws/y9s1f3r5/drdroid/playbooks-backend:latest
19+
image: drdroidlab/playbooks-backend:latest
2020
env:
2121
- name: CELERY_BROKER_URL
2222
value: {{ .Values.redisUrl }}

helm/charts/workflow_executor_celery_worker/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: workflow-executor-celery-worker
19-
image: public.ecr.aws/y9s1f3r5/drdroid/playbooks-backend:latest
19+
image: drdroidlab/playbooks-backend:latest
2020
env:
2121
- name: CELERY_BROKER_URL
2222
value: {{ .Values.redisUrl }}

helm/charts/workflow_scheduler_celery_worker/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: workflow-scheduler-celery-worker
19-
image: public.ecr.aws/y9s1f3r5/drdroid/playbooks-backend:latest
19+
image: drdroidlab/playbooks-backend:latest
2020
env:
2121
- name: CELERY_BROKER_URL
2222
value: {{ .Values.redisUrl }}

0 commit comments

Comments
 (0)