From e2a95793eed3b68bcc60dc32f7bad705886b2b64 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 08:41:54 +0000 Subject: [PATCH] ci(deps): update storage dependencies | datasource | package | from | to | | ---------- | ----------- | ----- | ----- | | helm | zfs-localpv | 2.8.0 | 2.9.0 | --- src/schemas/storage.cue | 2 +- storage/helmfile.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schemas/storage.cue b/src/schemas/storage.cue index a5f84494..76ddc4c6 100644 --- a/src/schemas/storage.cue +++ b/src/schemas/storage.cue @@ -75,7 +75,7 @@ package LaunchpadNamespaces "openebs-zfs-localpv": { chart: {_repositories["openebs-zfs-localpv"].charts["zfs-localpv"]} feature: #features.#zfs - _template: {version: "2.8.0"} + _template: {version: "2.9.0"} } "openebs-zfs-storageclass": { chart: {_repositories.graphops.charts["resource-injector"]} diff --git a/storage/helmfile.yaml b/storage/helmfile.yaml index 2e2dcc16..9a5233d8 100644 --- a/storage/helmfile.yaml +++ b/storage/helmfile.yaml @@ -203,7 +203,7 @@ templates: version: {{ .Values | get "openebs-zfs-localpv" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "openebs-zfs-localpv" dict | get "chartVersion" false ) ( .Values | get "openebs-zfs-localpv" dict | get "chartUrl" false ) )) }} - version: "2.8.0" + version: "2.9.0" {{- end }} openebs-zfs-storageclass: