Giter VIP home page Giter VIP logo

helm-charts's Introduction

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 and appVersion in packageName/Chart.yaml.

  2. Update image tag in packageName/values.yaml.

  3. Create helm package. For example for step-certificates:

    helm package ./step-certificates
  4. Update repository:

    git checkout gh-pages
    git pull origin gh-pages
    git add "step-certificates-<version>.tgz"
    mkdir new-charts
    cp "step-certificates-<version>.tgz" new-charts/
    helm repo index --merge index.yaml --url https://smallstep.github.io/helm-charts/ new-charts
    cp new-charts/index.yaml .
    rm -rf new-charts
    git commit -a -m "Add package for step-certificates vX.Y.Z"
    git push origin gh-pages

helm-charts's People

Contributors

maraino avatar fastlorenzo avatar dopey avatar alanchrt avatar clive-jevons avatar donatasnicequestion avatar consideratio avatar jessieamorris avatar viralpoetry avatar sourishkrout avatar smoebody avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.