Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions influx/helm/influx/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
dependencies:
- name: chronograf
repository: https://helm.influxdata.com/
version: 1.1.24
version: 1.2.5
- name: kapacitor
repository: file://../../../../influxdata-helm-charts/charts/kapacitor
version: 1.3.3
repository: https://helm.influxdata.com/
version: 1.4.6
- name: telegraf-ds
repository: https://helm.influxdata.com/
version: 1.0.22
version: 1.1.10
- name: telegraf
repository: https://helm.influxdata.com/
version: 1.8.4
version: 1.8.28
- name: telegraf-operator
repository: https://helm.influxdata.com/
version: 1.3.0
version: 1.3.11
- name: influxdb
repository: https://helm.influxdata.com/
version: 4.10.0
digest: sha256:b29961fa368153bc272b83693b7e98d9245ebae51f7ccae923210353ca8248b1
generated: "2021-09-23T20:22:33.396637-04:00"
version: 4.12.1
digest: sha256:e75287b0d78e378efbe0ee4a15e647307d0df64b273a477e70f2aa6a4fcae067
generated: "2023-06-02T17:12:55.971929+02:00"
16 changes: 8 additions & 8 deletions influx/helm/influx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@ name: influx
description: A Helm chart for Kubernetes
type: application
version: 0.1.27
appVersion: "1.16.0"
appVersion: "1.8.10"
dependencies:
- name: chronograf
version: 1.1.24
version: 1.2.5
repository: https://helm.influxdata.com/
condition: chronograf.enabled
- name: kapacitor
version: 1.3.3
repository: file://../../../../influxdata-helm-charts/charts/kapacitor
version: 1.4.6
repository: https://helm.influxdata.com/
condition: kapacitor.enabled
- name: telegraf-ds
version: 1.0.22
version: 1.1.10
repository: https://helm.influxdata.com/
condition: telegraf.enabled
- name: telegraf
version: 1.8.4
version: 1.8.28
repository: https://helm.influxdata.com/
condition: telegraf.enabled
- name: telegraf-operator
version: 1.3.0
version: 1.3.11
repository: https://helm.influxdata.com/
condition: telegraf.enabled
- name: influxdb
version: 4.10.0
version: 4.12.1
repository: https://helm.influxdata.com/
Binary file removed influx/helm/influx/charts/chronograf-1.1.24.tgz
Binary file not shown.
Binary file added influx/helm/influx/charts/chronograf-1.2.5.tgz
Binary file not shown.
Binary file removed influx/helm/influx/charts/influxdb-4.10.0.tgz
Binary file not shown.
Binary file added influx/helm/influx/charts/influxdb-4.12.1.tgz
Binary file not shown.
Binary file removed influx/helm/influx/charts/kapacitor-1.3.3.tgz
Binary file not shown.
Binary file added influx/helm/influx/charts/kapacitor-1.4.6.tgz
Binary file not shown.
Binary file added influx/helm/influx/charts/telegraf-1.8.28.tgz
Binary file not shown.
Binary file removed influx/helm/influx/charts/telegraf-1.8.4.tgz
Binary file not shown.
Binary file removed influx/helm/influx/charts/telegraf-ds-1.0.22.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
22 changes: 14 additions & 8 deletions influx/helm/influx/values.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
kapacitor:
image:
repository: dkr.plural.sh/influx/kapacitor
repository: dkr.plural.sh/influx/library/kapacitor
tag: 1.6.6-alpine
influxURL: http://influxdb:8086
existingSecret: influxdb-auth

chronograf:
image:
repository: dkr.plural.sh/influx/chronograf
repository: dkr.plural.sh/influx/library/chronograf
tag: 1.10.1
persistence:
enabled: true
updateStrategy:
Expand All @@ -27,7 +29,8 @@ chronograf:

telegraf:
image:
repo: dkr.plural.sh/influx/telegraf
repo: dkr.plural.sh/influx/library/telegraf
tag: 1.26.3-alpine
config:
outputs:
- influxdb:
Expand All @@ -37,7 +40,8 @@ telegraf:

telegraf-ds:
image:
repo: dkr.plural.sh/influx/telegraf
repo: dkr.plural.sh/influx/library/telegraf
tag: 1.26.3-alpine
config:
outputs:
- influxdb:
Expand All @@ -47,8 +51,9 @@ telegraf-ds:

telegraf-operator:
image:
repository: dkr.plural.sh/influx/quay.io/influxdb/telegraf-operator
sidecarImage: dkr.plural.sh/influx/telegraf:1.19-alpine
repository: dkr.plural.sh/influx/influxdb/telegraf-operator
tag: 1.3.10
sidecarImage: dkr.plural.sh/influx/telegraf:1.26.3-alpine
certManager:
enable: true
classes:
Expand All @@ -64,7 +69,8 @@ telegraf-operator:

influxdb:
image:
repository: dkr.plural.sh/influx/influxdb
repository: dkr.plural.sh/influx/library/influxdb
tag: 2.7.1-alpine
initScripts:
enabled: true

Expand All @@ -78,4 +84,4 @@ influxdb:
kubernetes.io/ingress.class: "nginx"
cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/force-ssl-redirect: 'true'
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/use-regex: "true"