Skip to content

Commit

Permalink
fix(installer): update cephcsi image
Browse files Browse the repository at this point in the history
  • Loading branch information
lis committed Dec 8, 2022
1 parent 867710d commit a97c7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tke-installer/app/installer/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ var baseComponents = BaseComponents{
CsiAttacher: containerregistry.Image{Name: "csi-attacher", Tag: "v3.4.0"},
CsiResizer: containerregistry.Image{Name: "csi-resizer", Tag: "v1.4.0"},
CsiSnapshotter: containerregistry.Image{Name: "csi-snapshotter", Tag: "v4.2.0"},
CephCsi: containerregistry.Image{Name: "cephcsi", Tag: "v3.6.0"},
CephCsi: containerregistry.Image{Name: "cephcsi", Tag: "v3.6.1"},
}

var components = Components{baseComponents, exComponents}
Expand Down

0 comments on commit a97c7ba

Please sign in to comment.