Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Set default node container to 1.5.4-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
croomes committed May 1, 2020
1 parent f6a76a2 commit 405e1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/image/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "os"

// Default image constant variables.
const (
DefaultNodeContainerImage = "storageos/node:1.5.3"
DefaultNodeContainerImage = "storageos/node:1.5.4-rc2"
DefaultInitContainerImage = "storageos/init:1.0.0"
CSIv1ClusterDriverRegistrarContainerImage = "quay.io/k8scsi/csi-cluster-driver-registrar:v1.0.1"
CSIv1NodeDriverRegistrarContainerImage = "quay.io/k8scsi/csi-node-driver-registrar:v1.2.0"
Expand Down

0 comments on commit 405e1e7

Please sign in to comment.