Skip to content

Commit be9c896

Browse files
ci(deps): update storage dependencies
| datasource | package | from | to | | ---------- | ----------- | ----- | ----- | | helm | zfs-localpv | 2.5.1 | 2.6.0 |
1 parent d728014 commit be9c896

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.5.1"}
78+
_template: {version: "2.6.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.5.1"
206+
version: "2.6.0"
207207
{{- end }}
208208

209209
openebs-zfs-storageclass:

0 commit comments

Comments
 (0)