8000 fix: Use stable fuseml-core-0.1 for fuseml-installer v0.1 by jsuchome · Pull Request #127 · fuseml/fuseml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: Use stable fuseml-core-0.1 for fuseml-installer v0.1 #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion embedded-files/fuseml-core-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
serviceAccountName: fuseml-core
containers:
- name: fuseml-core
image: ghcr.io/fuseml/fuseml-core:dev
image: ghcr.io/fuseml/fuseml-core:v0.1.0
imagePullPolicy: Always
env:
- name: GITEA_ADMIN_USERNAME
Expand Down
2 changes: 1 addition & 1 deletion paas/install_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
coreClientDownloadURL = "https://github.com/fuseml/fuseml-core/releases/latest/download"
coreClientDownloadURL = "https://github.com/fuseml/fuseml-core/releases/download/v0.1.0"
coreClientName = "fuseml"
)

Expand Down
0