Skip to content

Commit

Permalink
chore: Update versions to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
David-T-White committed Oct 13, 2023
1 parent 1a46e34 commit f603c4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.redhat
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ RUN ls -l /

FROM registry.access.redhat.com/ubi7

ARG version=v1.8.0
ARG vcs_ref=f64a389bd19c45ff31ce5026ea28f7ad3e954723
ARG build_date=2023-07-20T14:37:39+00:00
ARG version=v1.8.2
ARG vcs_ref=1a46e346f0094ef80951e5c4c9ef315785b0e2c2
ARG build_date=2023-10-13T20:52:10+00:00
ARG vendor=Seagate
ARG family="Exos X"
ARG app="${family} CSI Driver"
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.0
VERSION := v1.8.2
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.0"
tag: "v1.8.2"
# -- 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 f603c4c

Please sign in to comment.