helm database influxdb

- update values.yaml for influxdb
- update Chart.yaml for influxdb
This commit is contained in:
2025-07-27 16:42:05 +02:00
committed by swordsteel
parent 638be7dc51
commit 67c92fa4c7
2 changed files with 35 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v2
name: hlaeja-database
description: A Helm chart for the hlaeja database chart wrapper
version: 0.2.0
version: 0.3.0
dependencies:
@@ -14,3 +14,8 @@ dependencies:
- name: cassandra
version: 12.3.9
repository: "oci://registry-1.docker.io/bitnamicharts"
# https://artifacthub.io/packages/helm/bitnami/influxdb
- name: influxdb
version: 6.6.16
repository: "oci://registry-1.docker.io/bitnamicharts"