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 20 deletions

View File

@@ -1,15 +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.csv: |
# Grant the platform-engineer local account read + sync access to all applications
p, role:platform-engineer, applications, get, */*, allow
p, role:platform-engineer, application, sync, */*, allow
g, platform-engineer, role:platform-engineer
policy.default: ""

View File

@@ -24,7 +24,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: deadline-checker
image: myorg-assistant:latest
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
imagePullPolicy: IfNotPresent
command:
- python

View File

@@ -24,7 +24,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: evening-summary
image: myorg-assistant:latest
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
imagePullPolicy: IfNotPresent
command:
- python

View File

@@ -24,7 +24,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: git-sync
image: myorg-assistant:latest
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
imagePullPolicy: IfNotPresent
command:
- python

View File

@@ -24,7 +24,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: morning-briefing
image: myorg-assistant:latest
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
imagePullPolicy: IfNotPresent
command:
- python

View File

@@ -24,7 +24,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: waiting-followup
image: myorg-assistant:latest
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
imagePullPolicy: IfNotPresent
command:
- python