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