jsa4000 / helm-charts

Helm Charts Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Helm Charts

License

This functionality is in beta and is subject to change. The code is provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

# Add current repository
helm repo add jsa4000 https://jsa4000.github.io/helm-charts

# Update the repositories
helm3 repo update 

You can then run helm search repo jsa4000 to see the charts.

Build

## Update Chart dependencies
helm3 dependency update charts/application

## Package current Helm Charts version
helm3 package charts/application
helm3 package charts/application-library

Publish

Copy generated .tgz files and index into gh-pages branch with the helm repository.

## Recreate the Helm repository Index with new packages versions
helm3 repo index .

## Commit and Push to repository

License

Apache 2.0 License.

About

Helm Charts Repository

License:Apache License 2.0


Languages

Language:Mustache 52.0%Language:Shell 48.0%