Skip to content

Commit 2c32fc5

Browse files
feat(deps): update openebs dependencies
| datasource | package | from | to | | ---------- | --------------------------------- | ----- | ------- | | docker | docker.io/openebs/rawfile-localpv | 0.8.0 | v0.11.0 |
1 parent 6c282e4 commit 2c32fc5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/openebs-rawfile-localpv/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
5252
|-----|-------------|------|---------|
5353
| controller.<<.image.pullPolicy | | string | `"Always"` |
5454
| controller.<<.image.repository | | string | `"docker.io/openebs/rawfile-localpv"` |
55-
| controller.<<.image.tag | | string | `"0.8.0"` |
55+
| controller.<<.image.tag | | string | `"v0.11.0"` |
5656
| controller.<<.resources.limits.cpu | | int | `1` |
5757
| controller.<<.resources.limits.memory | | string | `"100Mi"` |
5858
| controller.<<.resources.requests.cpu | | string | `"10m"` |
5959
| controller.<<.resources.requests.memory | | string | `"100Mi"` |
6060
| controller.<<.tolerations | | list | `[]` |
6161
| defaults.image.pullPolicy | | string | `"Always"` |
6262
| defaults.image.repository | | string | `"docker.io/openebs/rawfile-localpv"` |
63-
| defaults.image.tag | | string | `"0.8.0"` |
63+
| defaults.image.tag | | string | `"v0.11.0"` |
6464
| defaults.resources.limits.cpu | | int | `1` |
6565
| defaults.resources.limits.memory | | string | `"100Mi"` |
6666
| defaults.resources.requests.cpu | | string | `"10m"` |
@@ -69,7 +69,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
6969
| imagePullSecrets | | list | `[]` |
7070
| node.<<.image.pullPolicy | | string | `"Always"` |
7171
| node.<<.image.repository | | string | `"docker.io/openebs/rawfile-localpv"` |
72-
| node.<<.image.tag | | string | `"0.8.0"` |
72+
| node.<<.image.tag | | string | `"v0.11.0"` |
7373
| node.<<.resources.limits.cpu | | int | `1` |
7474
| node.<<.resources.limits.memory | | string | `"100Mi"` |
7575
| node.<<.resources.requests.cpu | | string | `"10m"` |

charts/openebs-rawfile-localpv/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provisionerName: "rawfile.csi.openebs.io"
33
defaults: &defaults
44
image:
55
repository: docker.io/openebs/rawfile-localpv
6-
tag: 0.8.0
6+
tag: v0.11.0
77
pullPolicy: Always
88
resources:
99
limits:

0 commit comments

Comments
 (0)