ichi/helm
fmartingr 3b55610e80 Initial commit 2022-09-05 18:41:31 +02:00
..
templates Initial commit 2022-09-05 18:41:31 +02:00
.helmignore Initial commit 2022-09-05 18:41:31 +02:00
Chart.yaml Initial commit 2022-09-05 18:41:31 +02:00
README.md Initial commit 2022-09-05 18:41:31 +02:00
values.local.yaml Initial commit 2022-09-05 18:41:31 +02:00
values.yaml Initial commit 2022-09-05 18:41:31 +02:00

README.md

Helm chart

Install the chart

helm install --namespace golang-app-template --atomic  golang-app-template .

Upgrading the chart

helm upgrade --namespace golang-app-template --atomic golang-app-template .

Using locally with latest dev image

A values.local.yml file is provided which will point the installation to the latest dev image.