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

namespace: homeassistant

resources: 
  - namespace.yaml
  - ingress.yaml
  - pvc.yaml
  - service.yaml
  - deployment.yaml
  - servicemonitor.yaml


images:
  - name: homeassistant
    newName: homeassistant/home-assistant
    newTag: "2025.3"