Some checks failed
Build and Deploy / build (push) Failing after 12m23s
Will re-apply pre-built image once GitHub Actions successfully pushes image to ghcr.io/unchainedio/manoon-headless
11 lines
252 B
YAML
11 lines
252 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: 2c27fc6 # Updated by GitHub Actions
|