Skip to content

Commit

Permalink
bumped csi-volumegroup-snapshotter version (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhatdell authored Sep 6, 2023
1 parent 9df81a2 commit a8ee04a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ csi-powerstore:
image: dellemc/dell-csi-replicator:v1.6.0
vgsnapshot:
enabled: false
image: dellemc/csi-volumegroup-snapshotter:v1.2.0
image: dellemc/csi-volumegroup-snapshotter:v1.3.0
metadataretriever: dellemc/csi-metadata-retriever:v1.5.0
snapshot:
enabled: true
Expand Down Expand Up @@ -300,7 +300,7 @@ csi-vxflexos:
enabled: false
vgsnapshotter:
enabled: false
image: dellemc/csi-volumegroup-snapshotter:v1.2.0
image: dellemc/csi-volumegroup-snapshotter:v1.3.0
# maxVxflexosVolumesPerNode - Maximum number of volumes that controller can publish to the node.
maxVxflexosVolumesPerNode: 0

Expand Down
4 changes: 2 additions & 2 deletions charts/csi-powerstore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ controller:
enabled: false
# image: Image to use for volume-group-snapshotter. This shouldn't be changed
# Allowed values: string
# Default value: dellemc/csi-volumegroup-snapshotter:v1.2.0
image: dellemc/csi-volumegroup-snapshotter:v1.2.0
# Default value: dellemc/csi-volumegroup-snapshotter:v1.3.0
image: dellemc/csi-volumegroup-snapshotter:v1.3.0

# snapshot: allows to enable/disable snapshot feature
# snapshot CRDs needs to be installed before enabling this feature
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ monitor:
# These options control the running of the vgsnapshotter container
vgsnapshotter:
enabled: false
image: dellemc/csi-volumegroup-snapshotter:v1.2.0
image: dellemc/csi-volumegroup-snapshotter:v1.3.0

# Podmon is an optional feature under development and tech preview.
# Enable this feature only after contact support for additional information
Expand Down

0 comments on commit a8ee04a

Please sign in to comment.