Some checks failed
Build and Deploy / build (push) Has been cancelled
Temporary fix until GitHub Actions builds and pushes the image. Workflow will update to specific SHA on next push.
11 lines
273 B
YAML
11 lines
273 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- middleware.yaml
|
|
- ingress.yaml
|
|
images:
|
|
- name: ghcr.io/unchainedio/manoon-headless
|
|
newTag: latest # Will be updated by GitHub Actions to commit SHA
|