16 lines
274 B
YAML
16 lines
274 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
namespace: registry
|
||
|
|
||
|
images:
|
||
|
- name: ghcr.io/project-zot/zot-linux-arm64
|
||
|
newTag: v1.4.3
|
||
|
|
||
|
resources:
|
||
|
- namespace.yaml
|
||
|
- configmaps.yaml
|
||
|
- serviceaccount.yaml
|
||
|
- services.yaml
|
||
|
- deployements.yaml
|