https://github.com/helm/charts-tooling
Tooling to support github.com/helm/charts
https://github.com/helm/charts-tooling
Last synced: about 1 year ago
JSON representation
Tooling to support github.com/helm/charts
- Host: GitHub
- URL: https://github.com/helm/charts-tooling
- Owner: helm
- License: apache-2.0
- Created: 2017-11-30T17:11:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T21:38:10.000Z (over 7 years ago)
- Last Synced: 2025-03-25T06:07:20.648Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 10
- Watchers: 9
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Charts Tooling
This repository contains one time tooling to support Helm and the community
[charts](https://github.com/kubernetes/charts) repository. Regular tools or CI
should typically be part of that repository.
## Prerequisites
This repository uses dep to manage dependencies. Please install dep and run
`dep ensure` prior to using the tools.
## Current Tooling
### gen-owners
This tool can take a path to a chart file along with some other options,
generate an OWNERS file (even looking up names on GitHub), and (using options)
modify other parts of the chart to work with owners files.
### audit-owners
A tool that reads all the `OWNERS` file in a repo and compares it to the
collaborators for a repo to find those listed in owners files who are not
collaborators. With certain user permissions the missing people can be added
as repo read only (pull) collaborators.