Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/openebs-rawfile-localpv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
|-----|-------------|------|---------|
| controller.<<.image.pullPolicy | | string | `"Always"` |
| controller.<<.image.repository | | string | `"docker.io/openebs/rawfile-localpv"` |
| controller.<<.image.tag | | string | `"v0.11.0"` |
| controller.<<.image.tag | | string | `"v0.12.1"` |
| controller.<<.resources.limits.cpu | | int | `1` |
| controller.<<.resources.limits.memory | | string | `"100Mi"` |
| controller.<<.resources.requests.cpu | | string | `"10m"` |
| controller.<<.resources.requests.memory | | string | `"100Mi"` |
| controller.<<.tolerations | | list | `[]` |
| defaults.image.pullPolicy | | string | `"Always"` |
| defaults.image.repository | | string | `"docker.io/openebs/rawfile-localpv"` |
| defaults.image.tag | | string | `"v0.11.0"` |
| defaults.image.tag | | string | `"v0.12.1"` |
| defaults.resources.limits.cpu | | int | `1` |
| defaults.resources.limits.memory | | string | `"100Mi"` |
| defaults.resources.requests.cpu | | string | `"10m"` |
Expand All @@ -69,7 +69,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
| imagePullSecrets | | list | `[]` |
| node.<<.image.pullPolicy | | string | `"Always"` |
| node.<<.image.repository | | string | `"docker.io/openebs/rawfile-localpv"` |
| node.<<.image.tag | | string | `"v0.11.0"` |
| node.<<.image.tag | | string | `"v0.12.1"` |
| node.<<.resources.limits.cpu | | int | `1` |
| node.<<.resources.limits.memory | | string | `"100Mi"` |
| node.<<.resources.requests.cpu | | string | `"10m"` |
Expand Down
2 changes: 1 addition & 1 deletion charts/openebs-rawfile-localpv/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provisionerName: "rawfile.csi.openebs.io"
defaults: &defaults
image:
repository: docker.io/openebs/rawfile-localpv
tag: v0.11.0
tag: v0.12.1
pullPolicy: Always
resources:
limits:
Expand Down
Loading