Skip to content

wireapp/smallstep-helm-charts

 
 

Repository files navigation

Smallstep Helm Charts

Helm packages for Kubernetes. The master branch of this repository contains work in progress packages.

Visit https://smallstep.github.io/helm-charts/ for stable releases.

Packages

  • Step Certificates: An online certificate authority and related tools for secure automated certificate management, so you can use TLS everywhere.

  • Autocert: A kubernetes add-on that automatically injects TLS/HTTPS certificates into your containers.

  • Step Issuer: A certificate issuer for cert-manager using Step Certificates.

Distribution

  1. Update version in packageName/Chart.yaml.

  2. Update appVersion to the image tag in packageName/Chart.yaml.

  3. Commit these changes to a branch and push the branch to the origin. Open a PR for merging to master.

  4. Create helm package (using step-certificates as an example):

    helm package ./step-certificates
  5. Update repository (using step-certificates as an example):

    ./deploy.sh ./step-certificates

About

smallstep fork: Helm packages for Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 44.6%
  • Mustache 25.9%
  • Smarty 17.3%
  • Makefile 8.7%
  • Dockerfile 3.5%