-
Notifications
You must be signed in to change notification settings - Fork 1
/
zarf-config.yaml
23 lines (20 loc) · 1.12 KB
/
zarf-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
package:
create:
architecture: amd64
set:
# The image reference to use for the Zarf agent, defaults to a locally built image
agent_image_domain: registry1.dso.mil/
agent_image: ironbank/opensource/defenseunicorns/zarf/zarf-agent
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent
agent_image_tag: v0.42.0
# Tag for the zarf injector binary to use
injector_version: "2024-07-22"
injector_amd64_shasum: 8463bfd66930a4b26c665b51f25e8a32ed5948068bae49987013c89173394478
injector_arm64_shasum: b905e647e0d7876cfd5b665632cfc43ad919dc60408f7236c5b541c53277b503
# The image reference to use for the registry that Zarf deploys into the cluster
registry_image_domain: ""
registry_image: library/registry
# renovate: datasource=docker depName=docker.io/library/registry versioning=loose
registry_image_tag: 3.0.0-beta.1
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/go-gitea/gitea
gitea_image: "registry1.dso.mil/ironbank/opensource/go-gitea/gitea:v1.22.3"