Skip to content

Commit

Permalink
chore: update version for 1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
David-T-White committed Jun 21, 2024
1 parent 50a4711 commit e22a0d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.redhat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion helm/csi-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e22a0d0

Please sign in to comment.