Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated release version #84

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ 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.6.0" \
version="1.7.0" \
license="Apache-2.0"
COPY licenses licenses/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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.6.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.7.0`).
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.6.0"
DEFAULT_IMAGETAG="1.7.0"
DEFAULT_GOIMAGE=$(shell sed -En 's/^go (.*)$$/\1/p' go.mod)

# set the REGISTRY if needed
Expand Down