diff --git a/LICENSE b/LICENSE index 04f6e9d7..056d3dab 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020 Jeff Billimek + Copyright 2020 k8s@Home Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index eb50ed28..59402414 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Collection of helm charts [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![](https://github.com/billimek/billimek-charts/workflows/Release%20Charts/badge.svg?branch=master)](https://github.com/billimek/billimek-charts/actions) +[![](https://github.com/k8s-at-home/charts/workflows/Release%20Charts/badge.svg?branch=master)](https://github.com/k8s-at-home/charts/actions) ## Usage @@ -11,14 +11,14 @@ 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/ +helm repo add k8s-at-home https://charts.k8s-at-home.com/ ``` -You can then run `helm search billimek` to see the charts. +You can then run `helm search repo k8s-at-home` to see the charts. ## Charts -See [helm hub](https://hub.helm.sh/charts/billimek) for a complete list. +See [artifact hub](https://artifacthub.io/packages/search?org=k8s-at-home) for a complete list. ## Contributing