apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: media

resources: 
  - namespace.yaml
  - pvc.yaml
  - server.deployment.yaml
  - server.service.yaml
  - web.deployment.yaml
  - web.service.yaml
  - ingress.yaml

images:
  - name: jellyfin/jellyfin
    newName: jellyfin/jellyfin
    newTag: 10.8.13
  - name: ghcr.io/jellyfin/jellyfin-vue
    newName: ghcr.io/jellyfin/jellyfin-vue
    newTag: stable-rc.0.3.1