GithubHelp home page GithubHelp logo

skarzhevskyy / utkuozdemir-helm-charts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from utkuozdemir/helm-charts

0.0 1.0 0.0 2.44 MB

Utku Özdemir Helm Chart Repository

License: MIT License

Shell 1.49% Smarty 55.54% Mustache 42.97%

utkuozdemir-helm-charts's Introduction

Helm chart repository

I took technosophos/tscharts as reference to host the charts I developed via GitHub pages.

⚠️ If you need your own helm chart repo, do not use this repository as an example. Use this instead.
(I have to migrate this one some time)

How to use the repository

Simply run:

$ helm repo add utkuozdemir https://utkuozdemir.org/helm-charts

and start browsing and installing them:

$ helm search repo utkuozdemir
NAME                             	CHART VERSION	APP VERSION	DESCRIPTION
utkuozdemir/transmission-exporter	0.1.0        	0.3.0      	Transmission Exporter
...
$ helm install transmission-exporter utkuozdemir/transmission-exporter --version 0.1.0
NAME: transmission-exporter
LAST DEPLOYED: Tue Apr 21 00:47:10 2020
NAMESPACE: default
STATUS: deployed
REVISION: 1
...

How to add a chart

In the project root

  1. Package the chart
$ helm package transmission-exporter
  1. Put the packaged chart under docs/.
mv transmission-exporter-0.1.0.tgz docs
  1. Re-index the charts in the docs/ directory
$ helm repo index docs --url https://utkuozdemir.org/helm-charts
  1. Add both files, commit, push:
$ git add --all
$ git commit -m "Release transmission-exporter v0.1.0"
$ git push

utkuozdemir-helm-charts's People

Contributors

alixinne avatar dimakuz avatar jojonium avatar krouma avatar utku-ki avatar utkuozdemir avatar

Watchers

 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.