Skip to content

Commit

Permalink
Placate helm lint: Chart name must match directory name (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored and Ying Chun Guo committed Aug 29, 2018
1 parent cb27dcb commit a30d15e
Show file tree
Hide file tree
Showing 26 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@ event providers is available as a collection of Helm charts in the
`helm/providers` directory. You may install all the providers in a
single command with
```shell
helm install ./helm/providers --namespace=openwhisk --name=owdev-providers
helm install ./helm/openwhisk-providers --namespace=openwhisk --name=owdev-providers
```
or you may selectively install the charts for individual providers
with commands like
```shell
helm install ./helm/providers/charts/kafka --namespace=openwhisk --name=owdev-kafka-provider
helm install ./helm/openwhisk-providers/charts/ow-kafka --namespace=openwhisk --name=owdev-kafka-provider
```

Please see the `values.yaml` file and/or README.md in the individual
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

apiVersion: v1
description: A Helm chart to deploy Apache OpenWhisk providers on Kubernetes
name: Apache OpenWhisk Providers
name: openwhisk-providers
version: 0.1.0
keywords:
- Apache OpenWhisk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

apiVersion: v1
description: A Helm chart to deploy the Apache OpenWhisk Alarm Provider on Kubernetes
name: Apache OpenWhisk Alarm Provider
name: ow-alarm
version: 0.1.0
keywords:
- Apache OpenWhisk
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

apiVersion: v1
description: A Helm chart to deploy the Apache OpenWhisk Cloudant Provider on Kubernetes
name: Apache OpenWhisk Cloudant Provider
name: ow-cloudant
version: 0.1.0
keywords:
- Apache OpenWhisk
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

apiVersion: v1
description: A Helm chart to deploy the Apache OpenWhisk Kafka provider on Kubernetes
name: Apache OpenWhisk Kafka Provider
name: ow-kafka
version: 0.1.0
keywords:
- Apache OpenWhisk
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion helm/openwhisk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

apiVersion: v1
description: A Helm chart to deploy Apache OpenWhisk for Kubernetes
name: Apache OpenWhisk
name: openwhisk
version: 0.1.0
keywords:
- Apache OpenWhisk
Expand Down

0 comments on commit a30d15e

Please sign in to comment.