diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml index 891957d60cd..59e1c40659a 100644 --- a/charts/stable/flood/Chart.yaml +++ b/charts/stable/flood/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 4.12.6 +appVersion: 4.13.0 dependencies: - name: common version: 28.33.0 @@ -43,5 +43,5 @@ sources: - https://github.com/trueforge-org/containers/tree/main/apps/flood - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/flood type: application -version: 16.21.0 +version: 16.22.0 diff --git a/charts/stable/flood/values.yaml b/charts/stable/flood/values.yaml index dacbcc3d064..1993e60f185 100644 --- a/charts/stable/flood/values.yaml +++ b/charts/stable/flood/values.yaml @@ -2,7 +2,7 @@ image: repository: oci.trueforge.org/containerforge/flood pullPolicy: IfNotPresent - tag: "4.12.6@sha256:25b29cdb82615d905f75c54d5fc0c3e0b4e56c81a6a46ead19c8133758fe5517" + tag: "4.13.0@sha256:a686b062c87e08795aa558519333bd877cd5fc4d17abf4b8ec56fb76f1031e28" workload: main: podSpec: @@ -20,3 +20,6 @@ persistence: data: enabled: true mountPath: /data + config: + enabled: true + mountPath: /config