Files
mal/deploy/overlays/production/kustomization.yaml
Gitea Action 6f3ca3e21b
All checks were successful
Build and Push Container Image / build-and-push (push) Successful in 7m39s
chore(deploy): update image to latest
2026-05-27 09:48:29 +02:00

21 lines
345 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: mal
namespace: mal
images:
- name: main
newName: reg.milasholsting.dk/apps/mal
newTag: sha-43afad7