Skip to content

Commit

Permalink
Merge pull request #70 from dell/update-version-to-1.5.1
Browse files Browse the repository at this point in the history
Version update
  • Loading branch information
adarsh-dell authored May 13, 2024
2 parents 9246639 + c4a4e49 commit ebfa5f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ LABEL vendor="Dell Inc." \
name="dellcsi-vg-snapshotter" \
summary="CSI VG Snapshotter for Dell EMC PowerFlex/PowerStore" \
description="Dell Storage VolumeGroup Snapshot Controller for CSI" \
version="1.5.0" \
version="1.5.1" \
license="Apache-2.0"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2021 - 2022 Dell Inc., or its subsidiaries. All Rights Reserved.
Copyright (c) 2021 - 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down Expand Up @@ -102,7 +102,7 @@ vgsnapshotter:
```
To deploy CSM Volume Group Snapshotter with the driver, the following changes are required:
1. Enable CSM Volume Group Snapshotter by changing the vgsnapshotter.enabled boolean to true.
2. In the vgsnapshotter.image field, put the location of the image you created following the steps in the build section, or link to one already built (such as the one on DockerHub, `dellemc/csi-volumegroup-snapshotter:v1.5.0`).
2. In the vgsnapshotter.image field, put the location of the image you created following the steps in the build section, or link to one already built (such as the one on DockerHub, `dellemc/csi-volumegroup-snapshotter:v1.5.1`).
3. Install/upgrade the driver normally. You should now have VGS successfully deployed with the driver!

## Volume Group Snapshot CRD Create
Expand Down
2 changes: 1 addition & 1 deletion overrides.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
DEFAULT_REGISTRY="dellemc"
DEFAULT_IMAGENAME="csi-volumegroup-snapshotter"
DEFAULT_BUILDSTAGE="final"
DEFAULT_IMAGETAG="1.5.0"
DEFAULT_IMAGETAG="1.5.1"
DEFAULT_GOIMAGE=$(shell sed -En 's/^go (.*)$$/\1/p' go.mod)

# set the REGISTRY if needed
Expand Down

0 comments on commit ebfa5f0

Please sign in to comment.