Skip to content

Commit

Permalink
Use RuntimeImageName as placeHolder
Browse files Browse the repository at this point in the history
  • Loading branch information
Daishan committed Sep 1, 2020
1 parent ca5f9ba commit ab5bf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func New(repo string) Images {
KubeControllManager: override(override("rancher", repo)+"/kubernetes:"+KubernetesVersion, controllerManager),
KubeScheduler: override(override("rancher", repo)+"/kubernetes:"+KubernetesVersion, scheduler),
Pause: override(override("k8s.gcr.io", repo)+"/pause:"+PauseVersion, pause),
Runtime: override(override("rancher", repo)+"/rke2-runtime:"+strings.ReplaceAll(version.Version, "+", "-"), runtime),
Runtime: override(override("rancher", repo)+"/"+RuntimeImageName+":"+strings.ReplaceAll(version.Version, "+", "-"), runtime),
ETCD: override(override("rancher", repo)+"/etcd:"+EtcdVersion, etcd),
}
}
Expand Down

0 comments on commit ab5bf62

Please sign in to comment.