diff --git a/README.md b/README.md index 40bbab96..35d9e4a4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Collection of helm charts +# k8s@Home Collection of helm charts ## Installation ```console -helm repo add billimek https://billimek.com/billimek-charts/ -helm search billimek +helm repo add k8s-at-home https://charts.k8s-at-home.com/ +helm search k8s-at-home ``` diff --git a/_config.yml b/_config.yml index e9a60bb7..0d4d4779 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,3 @@ theme: jekyll-theme-cayman -name: billimek Helm Charts -description: billimek-charts Helm Repository \ No newline at end of file +name: k8s@Home Helm Charts +description: k8s@Home Helm Repository \ No newline at end of file diff --git a/index.md b/index.md deleted file mode 100644 index 07051993..00000000 --- a/index.md +++ /dev/null @@ -1,18 +0,0 @@ -# Collection of helm charts - -## Usage - -[Helm](https://helm.sh) must be installed to use the charts. -Please refer to Helm's [documentation](https://helm.sh/docs/) to get started. - -Once Helm is set up properly, add the repo as follows: - -```console -helm repo add billimek https://billimek.com/billimek-charts/ -``` - -You can then run `helm search billimek` to see the charts. - -## Charts - -See [helm hub](https://hub.helm.sh/charts/billimek) for a complete list.