Skip to content

Commit

Permalink
define bundle releases (#11)
Browse files Browse the repository at this point in the history
* define bundles

* update readme
  • Loading branch information
RafalSiwek authored Jan 21, 2024
1 parent a0a7513 commit c4d7139
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ juju add-model <model name>
To deploy the ZenML bundle run:

```bash
juju deploy zenml --channel edge --trust
juju deploy zenml --trust
```

Run `juju status --watch 2s` to observe the charm deployment and after all the apps reach the `Active` status, the ZenML Server dashboard should be accessible as a `NodePort` under
Expand Down
18 changes: 18 additions & 0 deletions releases/0.54/edge/zenml/bundle.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
bundle: kubernetes
name: zenml
docs: https://discourse.charmhub.io/t/zenml-docs-index/12832
applications:
zenml-mysql:
charm: mysql-k8s
channel: 8.0/stable
scale: 1
trust: true
_github_repo_name: mysql-k8s-operator
zenml-server:
charm: zenml-server
channel: 0.54/edge
scale: 1
trust: true
_github_repo_name: RafalSiwek/zenml-server-operator
relations:
- [zenml-server, zenml-mysql]
1 change: 1 addition & 0 deletions releases/0.54/edge/zenml/charmcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
type: bundle
18 changes: 18 additions & 0 deletions releases/0.54/stable/zenml/bundle.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
bundle: kubernetes
name: zenml
docs: https://discourse.charmhub.io/t/zenml-docs-index/12832
applications:
zenml-mysql:
charm: mysql-k8s
channel: 8.0/stable
scale: 1
trust: true
_github_repo_name: mysql-k8s-operator
zenml-server:
charm: zenml-server
channel: 0.54/stable
scale: 1
trust: true
_github_repo_name: RafalSiwek/zenml-server-operator
relations:
- [zenml-server, zenml-mysql]
1 change: 1 addition & 0 deletions releases/0.54/stable/zenml/charmcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
type: bundle
18 changes: 18 additions & 0 deletions releases/latest/stable/zenml/bundle.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
bundle: kubernetes
name: zenml
docs: https://discourse.charmhub.io/t/zenml-docs-index/12832
applications:
zenml-mysql:
charm: mysql-k8s
channel: 8.0/stable
scale: 1
trust: true
_github_repo_name: mysql-k8s-operator
zenml-server:
charm: zenml-server
channel: latest/stable
scale: 1
trust: true
_github_repo_name: RafalSiwek/zenml-server-operator
relations:
- [zenml-server, zenml-mysql]
1 change: 1 addition & 0 deletions releases/latest/stable/zenml/charmcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
type: bundle

0 comments on commit c4d7139

Please sign in to comment.