https://github.com/technosophos/helm-keybase
Keybase signature, verification, and hosting for Helm charts
https://github.com/technosophos/helm-keybase
helm helm-plugin keybase kubernetes
Last synced: 11 months ago
JSON representation
Keybase signature, verification, and hosting for Helm charts
- Host: GitHub
- URL: https://github.com/technosophos/helm-keybase
- Owner: technosophos
- License: other
- Created: 2017-04-06T17:25:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T15:53:51.000Z (over 6 years ago)
- Last Synced: 2025-03-20T23:41:39.363Z (11 months ago)
- Topics: helm, helm-plugin, keybase, kubernetes
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 30
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Helm Keybase
This plugin provides [Keybase](https://keybase.io) services to Helm.
The plugin is designed to make it easy for you to do three things:
- Host your chart repo on Keybase. Here's my [example repo](https://technosophos.keybase.pub/charts/)
- Sign charts with your Keybase key
- Verify charts with your Keybase keyring
## Installation
This requires that you have installed the Keybase command line client.
```console
$ helm plugin install https://github.com/technosophos/helm-keybase
```
## Usage
The basic commands are:
- `helm keybase help`: Print help text
- `helm keybase push`: Push your chart to your local mount of the keybase file system.
- `helm keybase sign`: Sign a chart with your keybase identity.
- `helm keybase verify`: Verify a chart with your keybase keyring.