Point all services at the613f05dimages which carry the new consistent OCI labels. Skipped kiwix/transmission (old v4.0.6-r4 version, no matching build) and docs/quartz (no613f05dbuild). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
25 lines
592 B
YAML
25 lines
592 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: kiwix
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress-tailscale.yaml
|
|
- cronjob-zim-watcher.yaml
|
|
|
|
images:
|
|
- name: registry.ops.eblu.me/blumeops/kiwix-serve
|
|
newTag: v3.8.2-613f05d
|
|
- name: registry.ops.eblu.me/blumeops/transmission
|
|
newTag: v4.0.6-r4-ffa8727
|
|
- name: registry.ops.eblu.me/blumeops/kubectl
|
|
newTag: v1.34.4-613f05d
|
|
|
|
configMapGenerator:
|
|
- name: kiwix-zim-torrents
|
|
files:
|
|
- torrents.txt
|
|
- name: zim-torrent-sync-script
|
|
files:
|
|
- sync-zim-torrents.sh
|