change chart name back to `artifact-hub`, and ran a quick trailing-whitespace / end-of-files lint on the repo

Signed-off-by: Nicholas St. Germain <nick@cajun.pro>
This commit is contained in:
Nicholas St. Germain 2020-09-15 10:48:40 -05:00
parent aae88245ee
commit 09086f67aa
No known key found for this signature in database
GPG Key ID: 7221152119DAB1E6
55 changed files with 162 additions and 162 deletions

3
.gitignore vendored
View File

@ -7,5 +7,6 @@ yarn-error.log*
node_modules/
web/build
web/coverage
charts/artifacthub/charts
Chart.lock
/charts/artifact-hub/charts/
.idea/

2
DEV.md
View File

@ -112,7 +112,7 @@ server:
secure: false
```
This sample configuration does not use all options available. For more information please see [the Chart configuration options](charts/artifacthub/README.md#configuration) and [the Chart hub secret template file](charts/artifacthub/templates/hub_secret.yaml).
This sample configuration does not use all options available. For more information please see [the Chart configuration options](charts/artifact-hub/README.md#configuration) and [the Chart hub secret template file](charts/artifact-hub/templates/hub_secret.yaml).
Now you can run the `hub` server:

View File

@ -29,7 +29,7 @@ Feel free to ask any questions on the #artifact-hub channel in the CNCF Slack. T
## Getting started
The easiest way to try Artifact Hub in your Kubernetes cluster is by deploying the Helm chart provided. For more details, please see the [Helm chart README file](charts/artifacthub/README.md).
The easiest way to try Artifact Hub in your Kubernetes cluster is by deploying the Helm chart provided. For more details, please see the [Helm chart README file](charts/artifact-hub/README.md).
## Community

View File

@ -1,5 +1,5 @@
apiVersion: v2
name: artifacthub
name: artifact-hub
description: Artifact Hub is a web-based application that enables finding, installing, and publishing Kubernetes packages.
type: application
version: 0.5.1

View File

@ -56,4 +56,3 @@ stringData:
password: {{ .Values.hub.email.smtp.password }}
analytics:
gaTrackingID: {{ .Values.hub.analytics.gaTrackingID }}