Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #37 from elastic/iconic
Browse files Browse the repository at this point in the history
Switch helm chart icons to png
  • Loading branch information
Crazybus authored Jan 14, 2019
2 parents b83fb8e + 785b630 commit d82c98e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ maintainers:
- email: [email protected]
name: Elastic
name: elasticsearch
version: 6.5.4-alpha2
version: 6.5.4-alpha3
appVersion: 6.5.4
sources:
- https://github.com/elastic/elasticsearch
icon: https://helm.elastic.co/icons/elasticsearch.svg
icon: https://helm.elastic.co/icons/elasticsearch.png
2 changes: 1 addition & 1 deletion elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This helm chart is a lightweight way to configure and run our official [Elastics
```
* Install it
```
helm install --name elasticsearch elastic/elasticsearch --version 6.5.4-alpha2
helm install --name elasticsearch elastic/elasticsearch --version 6.5.4-alpha3
```


Expand Down
4 changes: 2 additions & 2 deletions kibana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ maintainers:
- email: [email protected]
name: Elastic
name: kibana
version: 6.5.4-alpha2
version: 6.5.4-alpha3
appVersion: 6.5.4
sources:
- https://github.com/elastic/kibana
icon: https://helm.elastic.co/icons/kibana.svg
icon: https://helm.elastic.co/icons/kibana.png
2 changes: 1 addition & 1 deletion kibana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This helm chart is a lightweight way to configure and run our official [Kibana d
```
* Install it
```
helm install --name kibana elastic/kibana --version 6.5.4-alpha2
helm install --name kibana elastic/kibana --version 6.5.4-alpha3
```

## Configuration
Expand Down

0 comments on commit d82c98e

Please sign in to comment.