Skip to content

Commit

Permalink
Update replication version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyUglov committed Mar 5, 2024
1 parent a021774 commit 08412e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repctl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.22.0
replace github.com/dell/csm-replication => ../

require (
github.com/dell/csm-replication v1.7.1
github.com/dell/csm-replication v1.8.0
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MODE="install"
NS="dell-replication-controller"
RELEASE="replication"
MODULE="csm-replication"
HELMCHARTVERSION="csm-replication-1.7.1"
HELMCHARTVERSION="csm-replication-1.8.0"

# export the name of the debug log, so child processes will see it
export DEBUGLOG="${SCRIPTDIR}/install-debug.log"
Expand Down

0 comments on commit 08412e6

Please sign in to comment.