-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor make logic and move registry1 zarf config to hack folder
- Loading branch information
1 parent
c33c3f9
commit 8f7d95a
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[package.create] | ||
flavor = "registry1.alpha.1" | ||
architecture = "amd64" | ||
|
||
[package.create.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" | ||
agent_image_tag = "local" | ||
|
||
# Tag for the zarf injector binary to use | ||
injector_version = "2023-08-02" | ||
injector_amd64_shasum = "91de0768855ee2606a4f85a92bb480ff3a14ca205fd8d05eb397c18e15aa0247" | ||
injector_arm64_shasum = "663df681deea957b0ec53538eab221691a83de8e95d86b8a29008af711934bee" | ||
|
||
# The image reference to use for the registry that Zarf deploys into the cluster | ||
registry_image_domain = "" | ||
registry_image = "library/registry" | ||
registry_image_tag = "3.0.0-alpha.1" | ||
|
||
# The image reference to use for the optional git-server Zarf deploys | ||
gitea_image = "registry1.dso.mil/ironbank/opensource/go-gitea/gitea:v1.21.5" |