A Helm repository of charts I maintain.
$ helm repo add avanier https://avanier.github.io/ax-helm-charts/
"avanier" has been added to your repositories
$ helm search repo avanier/
NAME CHART VERSION APP VERSION DESCRIPTION
avanier/smokeping-prober 0.1.0 0.3.0 A Helm chart for smokeping_prober
I sign all my chart packages with gpg
, mostly for giggles and practice. I
enjoy a good amount of tin-foil. You can verify them by doing something along
the lines of:
curl -L https://bunnyhole.org/files/D766C712266ADEA49E47CB0C38BE1C0E3449F34D.asc \
gpg --import
gpg --keyid-format LONG --list-keys D766C712266ADEA49E47CB0C38BE1C0E3449F34D
# The fingerprint should match the line below
# D766C712266ADEA49E47CB0C38BE1C0E3449F34D
helm pull avanier/smokeping-prober
curl -o smokeping-prober-0.1.0.tgz.sig https://avanier.github.com/ax-helm-charts/smokeping-prober-0.1.0.tgz.sig
gpg --verify smokeping-prober-*.tgz.sig
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D