-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzarf.yaml
More file actions
42 lines (37 loc) · 1.45 KB
/
zarf.yaml
File metadata and controls
42 lines (37 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
kind: ZarfInitConfig
metadata:
name: init
architecture: amd64
description: Used to establish a new Zarf cluster
source: https://github.com/defenseunicorns/delivery-zarf-init
components:
# This package moves the injector & registries binaries
- name: zarf-injector
required: true
import:
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/zarf-dev/zarf/zarf-agent
url: oci://ghcr.io/zarf-dev/packages/init:v0.74.0
# Creates the temporary seed-registry
- name: zarf-seed-registry
required: true
import:
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/zarf-dev/zarf/zarf-agent
url: oci://ghcr.io/zarf-dev/packages/init:v0.74.0
# Creates the permanent registry
- name: zarf-registry
required: true
import:
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/zarf-dev/zarf/zarf-agent
url: oci://ghcr.io/zarf-dev/packages/init:v0.74.0
# Creates the pod+git mutating webhook
- name: zarf-agent
required: true
import:
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/zarf-dev/zarf/zarf-agent
url: oci://ghcr.io/zarf-dev/packages/init:v0.74.0
- name: git-server
import:
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/zarf-dev/zarf/zarf-agent
url: oci://ghcr.io/zarf-dev/packages/init:v0.74.0
only:
flavor: gitea-registry1