diff --git a/Dockerfile.redhat b/Dockerfile.redhat index 6f37c07..26c4f33 100644 --- a/Dockerfile.redhat +++ b/Dockerfile.redhat @@ -28,7 +28,7 @@ RUN ls -l / FROM registry.access.redhat.com/ubi8 -ARG version=v1.8.5 +ARG version=v1.9.0 ARG vcs_ref=e8ce79173c18f52e1495a9bdf10bc72cb1e88f03 ARG build_date=2024-02-16T22:09:11+00:00 ARG vendor=Seagate diff --git a/Makefile b/Makefile index 9fd6fbe..4ddf60c 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ endif ifdef VERSION VERSION := $(VERSION) else -VERSION := v1.8.5 +VERSION := v1.9.0 endif HELM_VERSION := $(subst v,,$(VERSION)) VERSION_FLAG = -X $(GITHUB_URL)/pkg/common.Version=$(VERSION) diff --git a/helm/csi-charts/values.yaml b/helm/csi-charts/values.yaml index 862b28d..b0e7b56 100644 --- a/helm/csi-charts/values.yaml +++ b/helm/csi-charts/values.yaml @@ -11,7 +11,7 @@ image: repository: ghcr.io/seagate/seagate-exos-x-csi # -- Tag to use for nodes and controller # @default -- Uses Chart.appVersion value by default if tag does not specify a new version. - tag: "v1.8.5" + tag: "v1.9.0" # -- Default is set to IfNotPresent, to override use Always here to always pull the specified version pullPolicy: Always # -- Controller sidecar for provisioning