Compare commits

..

1 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
7 changed files with 8 additions and 24 deletions

View File

@@ -22,9 +22,3 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=false
ignoreDifferences:
- group: argoproj.io
kind: Application
jsonPointers:
- /status
- /operation

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

View File

@@ -9,18 +9,18 @@ data:
config.yaml: |
model:
provider: openai-api
default: qwen3.6
default: z-ai/glm-5.2
base_url: "http://litellm-service.litellm:80/v1"
api_mode: chat_completions
auxiliary:
compression:
provider: openai-api
model: qwen3.6
model: z-ai/glm-5.2
base_url: "http://litellm-service.litellm:80/v1"
title_generation:
provider: openai-api
model: qwen3.6
model: z-ai/glm-5.2
base_url: "http://litellm-service.litellm:80/v1"
terminal: