Skip to content

Commit

Permalink
Merge pull request #1858 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1854-to-release-4.10

Bug 2135632: [release-4.10] Don't use rook master tag in Job
  • Loading branch information
openshift-merge-robot authored Dec 23, 2022
2 parents 30f977b + 488ab8b commit e071718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/storagecluster/job_templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func newExtendClusterJob(sc *ocsv1.StorageCluster, jobTemplateName string, cephC
InitContainers: []corev1.Container{
{
Name: "config-init",
Image: "rook/ceph:master",
Image: os.Getenv("ROOK_CEPH_IMAGE"),
Command: []string{"/usr/local/bin/toolbox.sh"},
Args: []string{"--skip-watch"},
ImagePullPolicy: "IfNotPresent",
Expand Down

0 comments on commit e071718

Please sign in to comment.