Skip to content

Commit

Permalink
Lb csi 1.9.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Sep 7, 2022
1 parent 950a65c commit a7cecc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the duros-controller binary
FROM golang:1.18 as builder
FROM golang:1.19 as builder

ENV KUBEBUILDER_DOWNLOAD_URL=https://github.com/kubernetes-sigs/kubebuilder/releases/download
ENV KUBEBUILDER_VER=v3.4.1
Expand Down
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.8.0"
lbDiscoveryClientImage = "docker.lightbitslabs.com/lightos-csi/lb-nvme-discovery-client:1.8.0"
lbCSIPluginImage = "docker.lightbitslabs.com/lightos-csi/lb-csi-plugin:1.9.0"
lbDiscoveryClientImage = "docker.lightbitslabs.com/lightos-csi/lb-nvme-discovery-client:1.9.0"
csiProvisionerImage = "k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2"
csiAttacherImage = "k8s.gcr.io/sig-storage/csi-attacher:v3.5.0"
csiResizerImage = "k8s.gcr.io/sig-storage/csi-resizer:v1.5.0"
Expand Down

0 comments on commit a7cecc2

Please sign in to comment.