Skip to content

Commit

Permalink
chore: Update versions for release v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
David-T-White committed Dec 11, 2023
1 parent 37ba56b commit 6634ec0
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.2
ARG version=v1.8.3
ARG vcs_ref=1a46e346f0094ef80951e5c4c9ef315785b0e2c2
ARG build_date=2023-10-13T20:52:10+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.2
VERSION := v1.8.3
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.2"
tag: "v1.8.3"
# -- 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 6634ec0

Please sign in to comment.