Unverified Commit 9aa824fd authored by alespour's avatar alespour Committed by GitHub

docs: fix influxdb2 chart README (#394)

* docs: fix README * chore: bum version
parent bd106f16
......@@ -5,7 +5,7 @@ name: influxdb2
description: A Helm chart for InfluxDB v2
home: https://www.influxdata.com/products/influxdb/
type: application
version: 2.0.4
version: 2.0.5
maintainers:
- name: rawkode
email: rawkode@influxdata.com
......
# InfluxDB v2 Helm chart
**Warning**: This InfluxDB Helm chart and the software it deploys are in a beta phase.
[InfluxDB](https://github.com/influxdata/influxdb) is an open source time series
database with no external dependencies. It's useful for recording metrics,
events, and performing analytics.
......@@ -48,7 +46,7 @@ This command removes all Kubernetes components associated with the chart and del
## Persistence
The [InfluxDB](https://quay.io/influxdb/influxdb:2.0.0-beta) image stores data in the `/root/.influxdbv2` directory in the container.
The [InfluxDB v2](https://hub.docker.com/_/influxdb/) image stores data in the `/var/lib/influxdb2` directory in the container.
If persistence is enabled, a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/)
associated with StatefulSet is provisioned. The volume is created using dynamic
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment