Merge pull request #809 from runzexia/update-s2ib-download-url

update s2i download url
This commit is contained in:
KubeSphere CI Bot
2019-09-27 14:33:57 +08:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ import (
)
const (
GetS2iBinaryURL = "kapis/devops.kubesphere.io/v1alpha2/namespaces/%s/s2ibinaries/%s/file/%s"
GetS2iBinaryURL = "http://ks-apiserver.kubesphere-system.svc/kapis/devops.kubesphere.io/v1alpha2/namespaces/%s/s2ibinaries/%s/file/%s"
)
func UploadS2iBinary(namespace, name, md5 string, fileHeader *multipart.FileHeader) (*v1alpha1.S2iBinary, error) {