All Projects → Oteemo → Charts

Oteemo / Charts

Licence: mit
Helm chart repository

Labels

Projects that are alternatives of or similar to Charts

Elastalert Docker
Simple Dockerfile for building a Kubernetes and Elastalert Helm compatible Docker image.
Stars: ✭ 54 (-57.81%)
Mutual labels:  mustache
Otomi Core
Otomi Container Platform, a suite of integrated best of breed open source tools combined with automation & self service, all wrapped together and made available as an enterprise ready and single deployable solution
Stars: ✭ 84 (-34.37%)
Mutual labels:  mustache
Project Init
Project templates in rust
Stars: ✭ 104 (-18.75%)
Mutual labels:  mustache
Connect Api Specification
This repository contains the OpenAPI specification as well as templates for generating SDKs for Square's APIs
Stars: ✭ 56 (-56.25%)
Mutual labels:  mustache
Helm Charts
Helm Charts ⛵ @ Delivery Hero ⭐
Stars: ✭ 75 (-41.41%)
Mutual labels:  mustache
Helm Charts
Helm Charts for Jaeger backend
Stars: ✭ 94 (-26.56%)
Mutual labels:  mustache
Helm Charts
Prometheus community Helm charts
Stars: ✭ 962 (+651.56%)
Mutual labels:  mustache
Cost Analyzer Helm Chart
Kubecost helm chart
Stars: ✭ 126 (-1.56%)
Mutual labels:  mustache
Template Mustache
Drawing Mustaches on Perl, for fun and profit
Stars: ✭ 82 (-35.94%)
Mutual labels:  mustache
Scriban
A fast, powerful, safe and lightweight scripting language and engine for .NET
Stars: ✭ 1,360 (+962.5%)
Mutual labels:  mustache
Mustache
Mustache templating language in Go
Stars: ✭ 57 (-55.47%)
Mutual labels:  mustache
Mustache4dart
mustache implementation for Dart
Stars: ✭ 71 (-44.53%)
Mutual labels:  mustache
Helm Charts
Contains Helm charts for Kubernetes related open source tools
Stars: ✭ 95 (-25.78%)
Mutual labels:  mustache
Charts
Community managed Helm charts for running Falco with Kubernetes
Stars: ✭ 55 (-57.03%)
Mutual labels:  mustache
Helmchart
Helm chart for kubernetes deployments
Stars: ✭ 104 (-18.75%)
Mutual labels:  mustache
K8s Minecraft
Running a Minecraft server in Kubernetes
Stars: ✭ 37 (-71.09%)
Mutual labels:  mustache
Helm Charts
Kubernetes Helm Charts for the Center for Open Science
Stars: ✭ 88 (-31.25%)
Mutual labels:  mustache
K8s
Kubernetes Helm Charts for the ORY ecosystem.
Stars: ✭ 127 (-0.78%)
Mutual labels:  mustache
Svg Sprite
SVG sprites & stacks galore — A low-level Node.js module that takes a bunch of SVG files, optimizes them and bakes them into SVG sprites of several types along with suitable stylesheet resources (e.g. CSS, Sass, LESS, Stylus, etc.)
Stars: ✭ 1,648 (+1187.5%)
Mutual labels:  mustache
Api2html
Using the data from your API, generate the HTML on the fly! Server-side rendering of the mustache templates
Stars: ✭ 97 (-24.22%)
Mutual labels:  mustache

Oteemo Charts Repository

Welcome to the oteemo charts repository. All charts are in the charts directory.

Adding the chart Repository

helm repo add oteemocharts https://oteemo.github.io/charts

Contributing

Feel free to fork our repo and create a pull request with any new features or bug fixes.

Contacting us

For issues or concerns, please fill out an issue or email us at [email protected]

How It Works

GitHub Pages points to the gh-pages branch so anything pushed to that branch will be publicly available. We are using a couple github actions to automate testing and deployment of charts. It is based off the example here.

Process to add a chart to the repository

  1. Create a branch or fork for your new chart
  2. Initialize new chart in the charts directory with helm create mychart or by copying in your work from outside
  3. After chart development is done, run (at minimum) helm lint mychart/ to validate yaml and templates
  4. Don't forget to bump your chart version (if needed)
  5. Create a pull request with the new chart or updates
  6. Once the PR is approved, the automation will publish the chart to our repository

Notes about current testing

Testing is currently done with Helm3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].