Unverified Commit 2f3e8859 authored by alespour's avatar alespour Committed by GitHub

fix(influxdb2): update version and fix path (#383)

* chore: update version and home url * fix: mount path to match image fs and description
parent b85cfc20
apiVersion: v2 apiVersion: v2
appVersion: 2.0.6 appVersion: 2.1.1
name: influxdb2 name: influxdb2
description: A Helm chart for InfluxDB v2 description: A Helm chart for InfluxDB v2
home: https://www.influxdata.com/products/influxdb-overview/influxdb-2-0/ home: https://www.influxdata.com/products/influxdb/
type: application type: application
version: 2.0.1 version: 2.0.2
maintainers: maintainers:
- name: rawkode - name: rawkode
email: rawkode@influxdata.com email: rawkode@influxdata.com
......
image: image:
repository: influxdb repository: influxdb
tag: 2.0.6-alpine tag: 2.1.1-alpine
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
podAnnotations: {} podAnnotations: {}
...@@ -76,7 +76,7 @@ persistence: ...@@ -76,7 +76,7 @@ persistence:
# storageClass: "-" # storageClass: "-"
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 50Gi size: 50Gi
mountPath: /var/lib/influxdbv2 mountPath: /var/lib/influxdb2
service: service:
type: ClusterIP type: ClusterIP
......
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