mirror of https://github.com/artifacthub/hub.git
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:
parent
aae88245ee
commit
09086f67aa
|
|
@ -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
2
DEV.md
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -56,4 +56,3 @@ stringData:
|
|||
password: {{ .Values.hub.email.smtp.password }}
|
||||
analytics:
|
||||
gaTrackingID: {{ .Values.hub.analytics.gaTrackingID }}
|
||||
|
||||
Loading…
Reference in New Issue