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

Commit

Permalink
Add explicit chart version to the imageTag example
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazybus committed Apr 18, 2019
1 parent d32e673 commit 9eca2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elasticsearch/README.md
Expand Up @@ -49,7 +49,7 @@ Examples of installing older major versions can be found in the [examples](./exa
While only the latest releases are tested, it is possible to easily install old or new releases by overriding the `imageTag`. To install version `7.0.0` of Elasticsearch it would look like this:

```
helm install --name elasticsearch elastic/elasticsearch --set imageTag=7.0.0
helm install --name elasticsearch elastic/elasticsearch --version 7.0.0-alpha1 --set imageTag=7.0.0
```


Expand Down
2 changes: 1 addition & 1 deletion kibana/README.md
Expand Up @@ -33,7 +33,7 @@ Examples of installing older major versions can be found in the [examples](./exa
While only the latest releases are tested, it is possible to easily install old or new releases by overriding the `imageTag`. To install version `7.0.0` of Kibana it would look like this:

```
helm install --name kibana elastic/kibana --set imageTag=7.0.0
helm install --name kibana elastic/kibana --version 7.0.0-alpha1 --set imageTag=7.0.0
```

## Configuration
Expand Down

0 comments on commit 9eca2e5

Please sign in to comment.