mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: update dependencies in build.env
This commits updates below items * Golang version to v1.18.5 * Golangci-lint to v1.47.3 * Helm version to v3.9.2 * Rook version to v1.9.8 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
54fe4158a0
commit
a3751ada24
@ -16,14 +16,14 @@ BASE_IMAGE=quay.io/ceph/ceph:v17
|
||||
CEPH_VERSION=quincy
|
||||
|
||||
# standard Golang options
|
||||
GOLANG_VERSION=1.17.10
|
||||
GOLANG_VERSION=1.18.5
|
||||
GO111MODULE=on
|
||||
|
||||
# commitlint version
|
||||
COMMITLINT_VERSION=latest
|
||||
|
||||
# static checks and linters
|
||||
GOLANGCI_VERSION=v1.46.2
|
||||
GOLANGCI_VERSION=v1.47.3
|
||||
|
||||
# external snapshotter version
|
||||
# Refer: https://github.com/kubernetes-csi/external-snapshotter/releases
|
||||
@ -35,7 +35,7 @@ SNAPSHOT_VERSION=v6.0.1
|
||||
#GO_COVER_DIR=_output/
|
||||
|
||||
# helm chart generation, testing and publishing
|
||||
HELM_VERSION=v3.9.0
|
||||
HELM_VERSION=v3.9.2
|
||||
|
||||
# minikube settings
|
||||
MINIKUBE_VERSION=v1.26.1
|
||||
@ -43,7 +43,7 @@ VM_DRIVER=none
|
||||
CHANGE_MINIKUBE_NONE_USER=true
|
||||
|
||||
# Rook options
|
||||
ROOK_VERSION=v1.9.4
|
||||
ROOK_VERSION=v1.9.8
|
||||
# Provide ceph image path
|
||||
ROOK_CEPH_CLUSTER_IMAGE=quay.io/ceph/ceph:v17
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user