Skip to content

This repository contains sample helm charts used in my other DevOps related repositories .

Notifications You must be signed in to change notification settings

okutkan/Helm-Charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Charts

This repo contains various helm charts to use with my CI/CD test repos.

Disclaimer: This is a work in progress. These charts may or may not work for your project.

How to use it as a helm repo

You might know github has a raw view. So simply use the following:

$ helm repo add sample 'https://raw.githubusercontent.com/okutkan/helm-charts/master/'
$ helm repo update
$ helm search samplepythonapp
NAME             VERSION DESCRIPTION
sample/samplepythonapp	0.1.2  	A Helm chart for samplepythonapp in Kubernetes

Adding a new version or chart to this repo

helm package $YOUR_CHART_PATH/ # builds the tgz file and copy it here
helm repo index . # create or update the index.yaml for repo
git add . # you know how this works
git commit -m 'New chart version'

How to use it as a helm repo

You might know github has a raw view. So simply use the following:

$ helm repo add sample 'https://raw.githubusercontent.com/okutkan/helm-charts/master/'
$ helm repo update
$ helm search samplepythonapp
NAME            	VERSION	DESCRIPTION
sample/samplepythonapp	0.1.2  	A Helm chart for samplepythonapp in Kubernetes

About

This repository contains sample helm charts used in my other DevOps related repositories .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published