Skip to content

Commit

Permalink
Release obs-0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxiangdong committed Aug 18, 2023
1 parent f81551e commit 7240a22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/obs-csi-plugin/kubernetes/csi-obs-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
capabilities:
add: [ "SYS_ADMIN" ]
allowPrivilegeEscalation: true
image: swr.cn-north-4.myhuaweicloud.com/k8s-csi/obs-csi-plugin:v0.1.2
image: swr.cn-north-4.myhuaweicloud.com/k8s-csi/obs-csi-plugin:v0.1.3
args:
- "--v=5"
- "--logtostderr"
Expand Down
2 changes: 1 addition & 1 deletion deploy/obs-csi-plugin/kubernetes/csi-obs-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- name: registration-dir
mountPath: /registration
- name: obs-csi-plugin
image: swr.cn-north-4.myhuaweicloud.com/k8s-csi/obs-csi-plugin:v0.1.2
image: swr.cn-north-4.myhuaweicloud.com/k8s-csi/obs-csi-plugin:v0.1.3
args:
- "--v=5"
- "--logtostderr"
Expand Down
2 changes: 1 addition & 1 deletion docs/obs/obs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://kubernetes-csi.github.io/docs/sidecar-containers.html.

| OBS CSI Driver Version | CSI version | Kubernetes Version Tested | Features |
|------------------------|-------------|---------------------------|-----------------|
| v0.1.2 | v1.5.0 | v1.20 v1.21 v1.22 v1.23 | buckets resizer |
| v0.1.3 | v1.5.0 | v1.20 v1.21 v1.22 v1.23 | buckets resizer |

> NOTE:
>
Expand Down

0 comments on commit 7240a22

Please sign in to comment.