Skip to content

Commit

Permalink
feat(chime/mani-diffy): scaffold chime/mani-diffy (#28710)
Browse files Browse the repository at this point in the history
* feat(chime/mani-diffy): scaffold chime/mani-diffy

* chore: fix registry

* chore: added description

* fix: description

* fix(chime/mani-diffy): fix overrides

---------

Co-authored-by: Shunsuke Suzuki <[email protected]>
  • Loading branch information
ponkio-o and suzuki-shunsuke authored Nov 12, 2024
1 parent 93b8c42 commit 44e46c6
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/chime/mani-diffy/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: chime/[email protected]
17 changes: 17 additions & 0 deletions pkgs/chime/mani-diffy/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
packages:
- type: github_release
repo_owner: chime
repo_name: mani-diffy
description: mani-diffy walks a hierarchy of Argo CD Application templates, renders Kubernetes manifests from the input templates, and posts the rendered files back for the user to review and validate
version_constraint: "false"
version_overrides:
- version_constraint: "true"
asset: mani-diffy
format: raw
supported_envs:
- linux/amd64
- darwin/arm64
overrides:
- goos: darwin
goarch: arm64
asset: mani-diffy-{{.OS}}-{{.Arch}}
16 changes: 16 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44e46c6

Please sign in to comment.