gitops: fix stale image tags and rotate synapse seed job
This commit is contained in:
parent
cc51eb6d1e
commit
efc057fe32
@ -20,9 +20,9 @@ resources:
|
||||
- ingress.yaml
|
||||
images:
|
||||
- name: registry.bstein.dev/bstein/bstein-dev-home-frontend
|
||||
newTag: 0.1.1-162 # {"$imagepolicy": "bstein-dev-home:bstein-dev-home-frontend:tag"}
|
||||
newTag: 0.1.1-120 # {"$imagepolicy": "bstein-dev-home:bstein-dev-home-frontend:tag"}
|
||||
- name: registry.bstein.dev/bstein/bstein-dev-home-backend
|
||||
newTag: 0.1.1-162 # {"$imagepolicy": "bstein-dev-home:bstein-dev-home-backend:tag"}
|
||||
newTag: 0.1.1-123 # {"$imagepolicy": "bstein-dev-home:bstein-dev-home-backend:tag"}
|
||||
configMapGenerator:
|
||||
- name: chat-ai-gateway
|
||||
namespace: bstein-dev-home
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
# services/comms/oneoffs/synapse-user-seed-job.yaml
|
||||
# One-off job for comms/synapse-user-seed-8.
|
||||
# Purpose: synapse user seed 8 (see container args/env in this file).
|
||||
# One-off job for comms/synapse-user-seed-9.
|
||||
# Purpose: synapse user seed 9 (see container args/env in this file).
|
||||
# Run by setting spec.suspend to false, reconcile, then set it back to true.
|
||||
# Safe to delete the finished Job/pod; it should not run continuously.
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: synapse-user-seed-8
|
||||
name: synapse-user-seed-9
|
||||
namespace: comms
|
||||
spec:
|
||||
suspend: true
|
||||
|
||||
@ -26,7 +26,7 @@ resources:
|
||||
- image-sweeper-cronjob.yaml
|
||||
images:
|
||||
- name: registry.bstein.dev/bstein/ariadne
|
||||
newTag: 0.1.0-59 # {"$imagepolicy": "maintenance:ariadne:tag"}
|
||||
newTag: 0.1.0-22 # {"$imagepolicy": "maintenance:ariadne:tag"}
|
||||
configMapGenerator:
|
||||
- name: disable-k3s-traefik-script
|
||||
namespace: maintenance
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user