Skip to content

Commit

Permalink
refactor make logic and move registry1 zarf config to hack folder
Browse files Browse the repository at this point in the history
  • Loading branch information
zack-is-cool committed Apr 12, 2024
1 parent c33c3f9 commit 8f7d95a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Empty file.
22 changes: 22 additions & 0 deletions hack/zarf-config-registry1.toml
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"

0 comments on commit 8f7d95a

Please sign in to comment.