Skip to content

Commit 321f0d4

Browse files
ci(deps): update storage dependencies (#1853)
| datasource | package | from | to | | ---------- | ----------- | ----- | ----- | | helm | zfs-localpv | 2.8.0 | 2.9.0 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 941fee5 commit 321f0d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/schemas/storage.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ package LaunchpadNamespaces
7575
"openebs-zfs-localpv": {
7676
chart: {_repositories["openebs-zfs-localpv"].charts["zfs-localpv"]}
7777
feature: #features.#zfs
78-
_template: {version: "2.8.0"}
78+
_template: {version: "2.9.0"}
7979
}
8080
"openebs-zfs-storageclass": {
8181
chart: {_repositories.graphops.charts["resource-injector"]}

storage/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ templates:
203203
version: {{ .Values | get "openebs-zfs-localpv" | get "chartVersion" }}
204204
{{- end }}
205205
{{- if (not (or ( .Values | get "openebs-zfs-localpv" dict | get "chartVersion" false ) ( .Values | get "openebs-zfs-localpv" dict | get "chartUrl" false ) )) }}
206-
version: "2.8.0"
206+
version: "2.9.0"
207207
{{- end }}
208208

209209
openebs-zfs-storageclass:

0 commit comments

Comments
 (0)