Skip to content

Commit

Permalink
bug/snapshots - v0.5.3 show snapshots working with all storage api ve…
Browse files Browse the repository at this point in the history
…rsions

Signed-off-by: Joe Skazinski <[email protected]>
  • Loading branch information
jskazinski committed Sep 3, 2021
1 parent 127ceeb commit e9de7ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ifndef DOCKER_HUB_REPOSITORY
endif

ifndef VERSION
VERSION = v0.5.2
VERSION = v0.5.3
endif

VERSION_FLAG = -X github.com/Seagate/seagate-exos-x-csi/pkg/common.Version=$(VERSION)
Expand Down
4 changes: 2 additions & 2 deletions helm/csi-charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: csi-driver
version: 0.5.2
appVersion: 0.5.2
version: 0.5.3
appVersion: 0.5.3
description: A dynamic persistent volume (PV) provisioner for Seagate Exos X storage systems.
type: application
home: https://github.com/Seagate/seagate-exos-x-csi
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 @@ -12,7 +12,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: "v0.5.2"
tag: "v0.5.3"
# -- Default is set to IfNotPresent, to override use Always here to always pull the specified version
pullPolicy: Always

Expand Down

0 comments on commit e9de7ce

Please sign in to comment.