Skip to content

Commit 47a9081

Browse files
ci(deps): update storage dependencies (#1515)
| datasource | package | from | to | | ---------- | ----------------------- | ----- | -------------- | | helm | openebs-rawfile-localpv | 0.8.3 | 0.8.4-canary.2 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 1cff4c3 commit 47a9081

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
@@ -65,7 +65,7 @@ package LaunchpadNamespaces
6565
"openebs-rawfile-localpv": {
6666
chart: {_repositories.graphops.charts["openebs-rawfile-localpv"]}
6767
feature: #features.#rawfile
68-
_template: {version: "0.8.3"}
68+
_template: {version: "0.8.4-canary.2"}
6969
}
7070
"openebs-rawfile-storageclass": {
7171
chart: {_repositories.graphops.charts["resource-injector"]}

storage/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ templates:
173173
version: {{ .Values | get "openebs-rawfile-localpv" | get "chartVersion" }}
174174
{{- end }}
175175
{{- if (not (or ( .Values | get "openebs-rawfile-localpv" dict | get "chartVersion" false ) ( .Values | get "openebs-rawfile-localpv" dict | get "chartUrl" false ) )) }}
176-
version: "0.8.3"
176+
version: "0.8.4-canary.2"
177177
{{- end }}
178178

179179
openebs-rawfile-storageclass:

0 commit comments

Comments
 (0)