I'm trying to get things working with this image: synology/synology-csi:v1.1.3; but when I run this image, I get log-files specifying this version:
│ 2023-11-19T19:27:38Z [INFO] [driver/driver.go:86] New driver created: name=csi.san.synology.com, nodeID=<<redacted>>, version=1.1.2, end │
I also don't see the new lun-naming scheme for example, so I'm wondering: could it be that the pushed image to Dockerhub with the tag v1.1.3 could accidently still contain the v1.1.2 binary?
I'm trying to get things working with this image:
synology/synology-csi:v1.1.3
; but when I run this image, I get log-files specifying this version:│ 2023-11-19T19:27:38Z [INFO] [driver/driver.go:86] New driver created: name=csi.san.synology.com, nodeID=<<redacted>>, version=1.1.2, end │
I also don't see the new lun-naming scheme for example, so I'm wondering: could it be that the pushed image to Dockerhub with the tag
v1.1.3
could accidently still contain thev1.1.2
binary?