From e22a0d0c1180811f444218979025ba14d3553cd5 Mon Sep 17 00:00:00 2001 From: David White Date: Thu, 20 Jun 2024 18:07:24 -0600 Subject: [PATCH] chore: update version for 1.9.0 release --- Dockerfile.redhat | 2 +- Makefile | 2 +- helm/csi-charts/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.redhat b/Dockerfile.redhat index 6f37c070..26c4f33c 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 9fd6fbe7..4ddf60ca 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 862b28dd..b0e7b569 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