Giter Club home page Giter Club logo

helm-charts's Introduction

Flant Helm charts

Install chart

All the charts in this repo are available in our ChartMuseum located at https://charts.flant.com/common/github.
To be able to use them, you will need to add our ChartMuseum to the Helm's list of repositories:

helm repo add flant_common_github https://charts.flant.com/common/github
helm repo update

Now you can helm install the charts you need:

  • k8s-image-availability-exporterk8s-iae is a Prometheus exporter that warns you proactively about images that are defined in Kubernetes objects but are not available in the container registry;
  • loghouseloghouse is a log management solution for Kubernetes based on ClickHouse and Fluentd;
  • flant-lib — Flant Helm library with useful helpers/functions.

Alternatively, you can make your charts explicitly depend on one of the charts from this repo by adding a dependencies section to your requirements.yaml or Chart.yaml:

dependencies:
- name: loghouse
  version: ~0.3
  repository: https://charts.flant.com/common/github
  condition: loghouse.enabled

Add new chart

  1. Place a chart in .helm/charts/<new chart name>
  2. Add a dependency for it:
    .helm/requirements.yaml:
    ===============================
    - name: <new chart name>
      condition: <new chart name>.enabled
      version: ~<major version only, minor/patch not required>

Each new commit in master branch triggers automatic publishing to ChartMuseum at https://charts.flant.com/common/github.

helm-charts's People

Contributors

alchazov avatar alexey-gavrilov-flant avatar ilya-lesikov avatar shurup 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.