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
6 changed files with 5 additions and 31 deletions

View File

@@ -1,16 +0,0 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-rbac-cm
namespace: argocd
labels:
app.kubernetes.io/name: argocd-rbac-cm
app.kubernetes.io/part-of: argocd
data:
policy.default: role:readonly
policy.csv: |
p, role:platform-engineer, applications, *, */*, allow
p, role:platform-engineer, projects, *, *, allow
p, role:platform-engineer, clusters, *, *, allow
p, role:platform-engineer, repositories, *, *, allow
g, platform-engineer, role:platform-engineer

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