diff --git a/charts/openebs-rawfile-localpv/README.md b/charts/openebs-rawfile-localpv/README.md index 57f14dc7..4101cdc5 100644 --- a/charts/openebs-rawfile-localpv/README.md +++ b/charts/openebs-rawfile-localpv/README.md @@ -52,7 +52,7 @@ 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 | `"0.8.0"` | + | controller.<<.image.tag | | string | `"v0.10.0"` | | controller.<<.resources.limits.cpu | | int | `1` | | controller.<<.resources.limits.memory | | string | `"100Mi"` | | controller.<<.resources.requests.cpu | | string | `"10m"` | @@ -60,7 +60,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | controller.<<.tolerations | | list | `[]` | | defaults.image.pullPolicy | | string | `"Always"` | | defaults.image.repository | | string | `"docker.io/openebs/rawfile-localpv"` | - | defaults.image.tag | | string | `"0.8.0"` | + | defaults.image.tag | | string | `"v0.10.0"` | | defaults.resources.limits.cpu | | int | `1` | | defaults.resources.limits.memory | | string | `"100Mi"` | | defaults.resources.requests.cpu | | string | `"10m"` | @@ -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 | `"0.8.0"` | + | node.<<.image.tag | | string | `"v0.10.0"` | | node.<<.resources.limits.cpu | | int | `1` | | node.<<.resources.limits.memory | | string | `"100Mi"` | | node.<<.resources.requests.cpu | | string | `"10m"` | diff --git a/charts/openebs-rawfile-localpv/values.yaml b/charts/openebs-rawfile-localpv/values.yaml index 6fffd920..5bcd1ff7 100644 --- a/charts/openebs-rawfile-localpv/values.yaml +++ b/charts/openebs-rawfile-localpv/values.yaml @@ -3,7 +3,7 @@ provisionerName: "rawfile.csi.openebs.io" defaults: &defaults image: repository: docker.io/openebs/rawfile-localpv - tag: 0.8.0 + tag: v0.10.0 pullPolicy: Always resources: limits: