super-jkdevops / helm-repository

This is Internal Helm Repository based on GH pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helm-repository

Self hosted helm repository for backstage

Usage

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

Once Helm has been set up correctly, add the repo as follows:

helm repo add selfrepo https://super-jkdevops.github.io/helm-repository

Refresh packages within index yaml:

helm repo update selfrepo

List available packages:

helm search repo selfrepo -L

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo test to see the charts.

To install the istiod chart:

helm install backstage selfrepo/backstage

To uninstall the chart:

helm delete backstage

About

This is Internal Helm Repository based on GH pages

License:Apache License 2.0


Languages

Language:Smarty 93.6%Language:Mustache 6.4%