Files
taskarr-mgr/deploy/overlays/production/kustomization.yaml
Milas Holsting 8db977c6f0
All checks were successful
Build and Push Container Image / build-and-push (push) Successful in 2m37s
fix not modifying the correct images
2026-05-18 12:40:20 +02:00

26 lines
504 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# 1. Point to the base manifests
resources:
- ../../base
# 2. Apply the production-specific changes
patches:
- path: deployment.yaml
target:
kind: Deployment
name: taskarr
# 4. Change the namespace for this overlay
namespace: taskarr
images:
- name: main
newName: reg.milasholsting.dk/taskarr/taskarr
newTag: sha-c434f4f
- name: migrator
newName: reg.milasholsting.dk/taskarr/migrator
newTag: sha-c434f4f