Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	cluster/apps/mb-scheduler/mb-scheduler-frontend/deployment.yaml
  • Loading branch information
ShadyF committed Feb 25, 2025
2 parents 6e2af0e + 8af07fd commit 62c1cc9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cluster/apps/default/n8n/n8n-helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
image:
repository: n8nio/n8n
pullPolicy: IfNotPresent
tag: 1.80.3
tag: 1.81.0

deploymentStrategy:
type: "Recreate"
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/default/sonarr/sonarr-helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
main:
image:
repository: ghcr.io/onedr0p/sonarr-develop
tag: 4.0.13.2931@sha256:2cc6fececf50f6ec4be24ec15dea611261833904f322bbd5e51b6379cbbadf57
tag: 4.0.13.2933@sha256:12427949df13731d802514d5f417e2d302f2d7c026be1903ae287921b4a60ac7
pullPolicy: IfNotPresent
env:
TZ: Africa/Cairo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ spec:
spec:
initContainers:
- name: wait-for-database
image: ghcr.io/shadyf/mb-backend:sha-ab2e5bf
image: ghcr.io/shadyf/mb-backend:sha-960ca19
envFrom:
- secretRef:
name: mb-scheduler-backend-secrets
command: [ 'python', 'manage.py', 'wait_for_database' ]
containers:
- name: django
image: ghcr.io/shadyf/mb-backend:sha-ab2e5bf
image: ghcr.io/shadyf/mb-backend:sha-960ca19
imagePullPolicy: IfNotPresent
# ports:
# - protocol: TCP
Expand Down
6 changes: 3 additions & 3 deletions cluster/apps/mb-scheduler/mb-scheduler-worker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
initContainers:
- name: wait-for-database
image: ghcr.io/shadyf/mb-backend:sha-ab2e5bf
image: ghcr.io/shadyf/mb-backend:sha-960ca19
envFrom:
- secretRef:
name: mb-scheduler-backend-secrets
Expand All @@ -28,7 +28,7 @@ spec:
# By default, this will run 4 workers in the same pod. Use the --concurrency flag to reduce that to 1 and scale
# using kubernetes
- name: celery-worker
image: ghcr.io/shadyf/mb-backend:sha-ab2e5bf
image: ghcr.io/shadyf/mb-backend:sha-960ca19
imagePullPolicy: IfNotPresent
command: [ 'celery', '-A', 'mb_heba_backend', 'worker' , '--loglevel=INFO' ]
env:
Expand All @@ -47,7 +47,7 @@ spec:
memory: 350Mi
# Consider using redbeat if going to scale workers and want a highly available celery-beat
- name: celery-beat
image: ghcr.io/shadyf/mb-backend:sha-ab2e5bf
image: ghcr.io/shadyf/mb-backend:sha-960ca19
imagePullPolicy: IfNotPresent
command: [ 'celery', '-A' ,'mb_heba_backend','beat','-l','INFO', '--scheduler','django_celery_beat.schedulers:DatabaseScheduler' ]
env:
Expand Down

0 comments on commit 62c1cc9

Please sign in to comment.