Compare commits

..

2 Commits

Author SHA1 Message Date
platform-engineer
61e9c4a87d fix(myorg-assistant): fix CronJob image refs to match Deployment 2026-07-06 05:22:51 +00:00
Roger Oriol
6b697c9665 configure higher cron schedules 2026-07-05 23:30:51 +02:00
5 changed files with 5 additions and 15 deletions

View File

@@ -22,12 +22,10 @@ spec:
job: deadline-checker
spec:
restartPolicy: OnFailure
imagePullSecrets:
- name: gitea-registry
containers:
- name: deadline-checker
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
command:
- python
- run_job.py

View File

@@ -22,12 +22,10 @@ spec:
job: evening-summary
spec:
restartPolicy: OnFailure
imagePullSecrets:
- name: gitea-registry
containers:
- name: evening-summary
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
command:
- python
- run_job.py

View File

@@ -22,12 +22,10 @@ spec:
job: git-sync
spec:
restartPolicy: OnFailure
imagePullSecrets:
- name: gitea-registry
containers:
- name: git-sync
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
command:
- python
- run_job.py

View File

@@ -22,12 +22,10 @@ spec:
job: morning-briefing
spec:
restartPolicy: OnFailure
imagePullSecrets:
- name: gitea-registry
containers:
- name: morning-briefing
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
command:
- python
- run_job.py

View File

@@ -22,12 +22,10 @@ spec:
job: waiting-followup
spec:
restartPolicy: OnFailure
imagePullSecrets:
- name: gitea-registry
containers:
- name: waiting-followup
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
command:
- python
- run_job.py