Skip to content

Commit

Permalink
Updat lb-csi driver to v1.14.0 to get ubuntu support back (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Jan 23, 2024
1 parent 42c28d6 commit f1ea68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/images.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package controllers

const (
lbCSIPluginImage = "docker.lightbitslabs.com/lightos-csi/lb-csi-plugin:1.13.0"
lbDiscoveryClientImage = "docker.lightbitslabs.com/lightos-csi/lb-nvme-discovery-client:1.13.0"
lbCSIPluginImage = "docker.lightbitslabs.com/lightos-csi/lb-csi-plugin:1.14.0"
lbDiscoveryClientImage = "docker.lightbitslabs.com/lightos-csi/lb-nvme-discovery-client:1.14.0"
csiProvisionerImage = "registry.k8s.io/sig-storage/csi-provisioner:v3.6.3"
csiAttacherImage = "registry.k8s.io/sig-storage/csi-attacher:v4.4.3"
csiResizerImage = "registry.k8s.io/sig-storage/csi-resizer:v1.9.3"
Expand Down

0 comments on commit f1ea68e

Please sign in to comment.