Update kustomization image tags to the new container.py-built images (v4.1.1-r1-2c483ce, v1.0.1-2c483ce). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
15 lines
371 B
YAML
15 lines
371 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: torrent
|
|
resources:
|
|
- pv-nfs.yaml
|
|
- pvc.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress-tailscale.yaml
|
|
images:
|
|
- name: registry.ops.eblu.me/blumeops/transmission
|
|
newTag: v4.1.1-r1-2c483ce
|
|
- name: registry.ops.eblu.me/blumeops/transmission-exporter
|
|
newTag: v1.0.1-2c483ce
|