Merge pull request #1 from k8s-at-home/rename

top-level renames
This commit is contained in:
Jeff Billimek 2020-08-29 09:30:46 -04:00 committed by GitHub
commit 684869b79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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