Skip to content

Latest commit

 

History

51 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Helm Charts

Collection of charts that can be used for any type of deployment

Base Chart

./charts/base

This chart used as a collection of templates and functions

other charts

All other charts include base chart as dependency

dependencies:
  - name: base
    repository: file://../base

Needed templates are being loaded with:

{{ include "base.configmaps" . }}
{{ include "base.secrets" . }}
{{ include "base.service" . }}
{{ include "base.ingress" . }}
{{ include "base.deployment" . }}

How to use helm repo

Create values.yaml file

image:
  repository: "juriku/curl-jq-bash-alpine-docker"

command:
  - "sh"
  - "-c"
  - "sleep 60"

environment:
  variables:
    PORT: "8080"

ports:
  - containerPort: 8080
helm repo add baseCharts https://juriku.github.io/helm-charts
helm install my-release baseCharts/app -f my-release/values.yaml

Extra options

Check default values.yaml file for extra parameters

About

selection of helm charts

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages