Unverified Commit c0904994 authored by Naseem's avatar Naseem Committed by GitHub

update influxdb to 1.8.0 (#109)

Signed-off-by: 's avatarNaseem <naseem@transit.app>
parent 356c37c1
apiVersion: v1 apiVersion: v1
name: influxdb name: influxdb
version: 4.6.0 version: 4.7.0
appVersion: 1.7.10 appVersion: 1.8.0
description: Scalable datastore for metrics, events, and real-time analytics. description: Scalable datastore for metrics, events, and real-time analytics.
keywords: keywords:
- influxdb - influxdb
......
...@@ -49,7 +49,7 @@ The following table lists configurable parameters, their descriptions, and their ...@@ -49,7 +49,7 @@ The following table lists configurable parameters, their descriptions, and their
| Parameter | Description | Default | | Parameter | Description | Default |
|---|---|---| |---|---|---|
| image.repository | Image repository url | influxdb | | image.repository | Image repository url | influxdb |
| image.tag | Image tag | 1.7.10-alpine | | image.tag | Image tag | 1.8.0-alpine |
| image.pullPolicy | Image pull policy | IfNotPresent | | image.pullPolicy | Image pull policy | IfNotPresent |
| image.pullSecrets | It will store the repository's credentials to pull image | nil | | image.pullSecrets | It will store the repository's credentials to pull image | nil |
| serviceAccount.create | It will create service account | true | | serviceAccount.create | It will create service account | true |
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## ref: https://hub.docker.com/r/library/influxdb/tags/ ## ref: https://hub.docker.com/r/library/influxdb/tags/
image: image:
repository: "influxdb" repository: "influxdb"
tag: "1.7.10-alpine" tag: "1.8.0-alpine"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## If specified, use these secrets to access the images ## If specified, use these secrets to access the images
# pullSecrets: # pullSecrets:
......
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