golang-app-template/helm
Felipe M 703ad2e8c4
Initial template (from fmartingr/bazaar)
2022-08-13 08:32:14 +02:00
..
templates Initial template (from fmartingr/bazaar) 2022-08-13 08:32:14 +02:00
.helmignore Initial template (from fmartingr/bazaar) 2022-08-13 08:32:14 +02:00
Chart.yaml Initial template (from fmartingr/bazaar) 2022-08-13 08:32:14 +02:00
README.md Initial template (from fmartingr/bazaar) 2022-08-13 08:32:14 +02:00
values.local.yaml Initial template (from fmartingr/bazaar) 2022-08-13 08:32:14 +02:00
values.yaml Initial template (from fmartingr/bazaar) 2022-08-13 08:32:14 +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.