Skip to content

Commit

Permalink
Add 2.15 mlflow bundles (#257)
Browse files Browse the repository at this point in the history
* Add mlflow bundles 2.15
  • Loading branch information
misohu authored Aug 9, 2024
1 parent 05ca712 commit 83ee54e
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 18 deletions.
29 changes: 29 additions & 0 deletions releases/2.15/edge/mlflow/bundle.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
bundle: kubernetes
name: mlflow
docs: https://discourse.charmhub.io/t/mlflow-docs-index/10836
applications:
mlflow-minio:
charm: minio
channel: ckf-1.9/stable
scale: 1
trust: true
_github_repo_name: minio-operator
_github_repo_branch: main
mlflow-mysql:
charm: mysql-k8s
channel: 8.0/stable
scale: 1
trust: true
constraints: mem=2G
_github_dependency_repo_name: mysql-k8s-operator
_github_dependency_repo_branch: main
mlflow-server:
charm: mlflow-server
channel: 2.15/edge
scale: 1
trust: true
_github_dependency_repo_name: mlflow-operator
_github_dependency_repo_branch: main
relations:
- [mlflow-server, mlflow-minio]
- [mlflow-server, mlflow-mysql]
1 change: 1 addition & 0 deletions releases/2.15/edge/mlflow/charmcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
type: bundle
29 changes: 29 additions & 0 deletions releases/2.15/stable/mlflow/bundle.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
bundle: kubernetes
name: mlflow
docs: https://discourse.charmhub.io/t/mlflow-docs-index/10836
applications:
mlflow-minio:
charm: minio
channel: ckf-1.9/stable
scale: 1
trust: true
_github_repo_name: minio-operator
_github_repo_branch: main
mlflow-mysql:
charm: mysql-k8s
channel: 8.0/stable
scale: 1
trust: true
constraints: mem=2G
_github_dependency_repo_name: mysql-k8s-operator
_github_dependency_repo_branch: main
mlflow-server:
charm: mlflow-server
channel: 2.15/stable
scale: 1
trust: true
_github_dependency_repo_name: mlflow-operator
_github_dependency_repo_branch: main
relations:
- [mlflow-server, mlflow-minio]
- [mlflow-server, mlflow-mysql]
1 change: 1 addition & 0 deletions releases/2.15/stable/mlflow/charmcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
type: bundle
14 changes: 8 additions & 6 deletions releases/latest/beta/mlflow/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,26 @@ docs: https://discourse.charmhub.io/t/mlflow-docs-index/10836
applications:
mlflow-minio:
charm: minio
channel: ckf-1.7/stable
channel: ckf-1.9/stable
scale: 1
trust: true
_github_repo_name: minio-operator
_github_repo_branch: main
mlflow-mysql:
charm: mysql-k8s
# We should use `8.0/stable` once changes for
# https://github.com/canonical/mysql-k8s-operator/issues/337 are published there.
channel: 8.0/edge
channel: 8.0/stable
scale: 1
trust: true
_github_repo_name: mysql-k8s-operator
constraints: mem=2G
_github_dependency_repo_name: mysql-k8s-operator
_github_dependency_repo_branch: main
mlflow-server:
charm: mlflow-server
channel: latest/beta
scale: 1
trust: true
_github_repo_name: mlflow-operator
_github_dependency_repo_name: mlflow-operator
_github_dependency_repo_branch: main
relations:
- [mlflow-server, mlflow-minio]
- [mlflow-server, mlflow-mysql]
14 changes: 8 additions & 6 deletions releases/latest/edge/mlflow/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,26 @@ docs: https://discourse.charmhub.io/t/mlflow-docs-index/10836
applications:
mlflow-minio:
charm: minio
channel: ckf-1.7/stable
channel: ckf-1.9/stable
scale: 1
trust: true
_github_repo_name: minio-operator
_github_repo_branch: main
mlflow-mysql:
charm: mysql-k8s
# We should use `8.0/stable` once changes for
# https://github.com/canonical/mysql-k8s-operator/issues/337 are published there.
channel: 8.0/edge
channel: 8.0/stable
scale: 1
trust: true
_github_repo_name: mysql-k8s-operator
constraints: mem=2G
_github_dependency_repo_name: mysql-k8s-operator
_github_dependency_repo_branch: main
mlflow-server:
charm: mlflow-server
channel: latest/edge
scale: 1
trust: true
_github_repo_name: mlflow-operator
_github_dependency_repo_name: mlflow-operator
_github_dependency_repo_branch: main
relations:
- [mlflow-server, mlflow-minio]
- [mlflow-server, mlflow-mysql]
14 changes: 8 additions & 6 deletions releases/latest/stable/mlflow/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,26 @@ docs: https://discourse.charmhub.io/t/mlflow-docs-index/10836
applications:
mlflow-minio:
charm: minio
channel: ckf-1.7/stable
channel: ckf-1.9/stable
scale: 1
trust: true
_github_repo_name: minio-operator
_github_repo_branch: main
mlflow-mysql:
charm: mysql-k8s
# We should use `8.0/stable` once changes for
# https://github.com/canonical/mysql-k8s-operator/issues/337 are published there.
channel: 8.0/edge
channel: 8.0/stable
scale: 1
trust: true
_github_repo_name: mysql-k8s-operator
constraints: mem=2G
_github_dependency_repo_name: mysql-k8s-operator
_github_dependency_repo_branch: main
mlflow-server:
charm: mlflow-server
channel: latest/stable
scale: 1
trust: true
_github_repo_name: mlflow-operator
_github_dependency_repo_name: mlflow-operator
_github_dependency_repo_branch: main
relations:
- [mlflow-server, mlflow-minio]
- [mlflow-server, mlflow-mysql]

0 comments on commit 83ee54e

Please sign in to comment.