apps/meali/kustomization.yaml
Peter fe1685b55f
Some checks failed
Renovate / renovate (push) Has been cancelled
chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v2.4.2
2025-01-17 19:29:23 +00:00

23 lines
446 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: meali
images:
- name: meali
newName: ghcr.io/mealie-recipes/mealie
newTag: v2.4.2
resources:
- resources/namespace.yaml
- resources/db/db.yaml
- resources/db/user.yaml
- resources/pvc.yaml
- resources/deployment.yaml
- resources/service.yaml
- resources/routes.yaml
secretGenerator:
- name: meali-config
envs:
- "config/meali.env"