Skip to content

Commit

Permalink
Updated versions for CSM 1.11 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshatdell authored Jul 25, 2024
1 parent 1384d15 commit 8c78ebf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
args:
- --enable-leader-election
- --prefix=replication.storage.dell.com
image: dellemc/dell-replication-controller:v1.8.1
image: dellemc/dell-replication-controller:v1.9.0
imagePullPolicy: Always
name: manager
env:
Expand Down
2 changes: 1 addition & 1 deletion deploy/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ spec:
value: /app/certs
- name: X_CSI_REPLICATION_CONFIG_FILE_NAME
value: config
image: dellemc/dell-replication-controller:v1.8.1
image: dellemc/dell-replication-controller:v1.9.0
imagePullPolicy: Always
name: manager
resources:
Expand Down
2 changes: 1 addition & 1 deletion repctl/cmd/repctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func main() {
Use: "repctl",
Short: "repctl is CLI tool for managing replication in Kubernetes",
Long: "repctl is CLI tool for managing replication in Kubernetes",
Version: "v1.6.0",
Version: "v1.9.0",

PersistentPreRun: func(cmd *cobra.Command, args []string) {
metadata.Init(viper.GetString(config.ReplicationPrefix))
Expand Down
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.8.0
github.com/dell/csm-replication v1.9.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.8.1"
HELMCHARTVERSION="csm-replication-1.9.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 8c78ebf

Please sign in to comment.