# The kustomize base for the library operator.
#
# This base is for the cluster owner to take. liken does not apply it
# and does not name it. Take it through your own GitOps with patches
# of your own, or read it and write your own manifests.
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: liken-system

resources:
  - libraries-crd.yaml
  - catalogs-crd.yaml
  - metadataproviders-crd.yaml
  - rbac.yaml
  - operator.yaml

labels:
  - includeSelectors: false
    pairs:
      app.kubernetes.io/name: library-operator
      app.kubernetes.io/part-of: liken

images:
  - name: ghcr.io/liken-sh/library-operator
    newTag: latest
