Skip to content

Commit

Permalink
Add charmhub required fields and files
Browse files Browse the repository at this point in the history
Adds new charmcraft.yaml that is required by charmhub.io. Also adds name
field to bundle.yaml, as required by charmhub.io.
  • Loading branch information
knkski committed Jan 20, 2022
1 parent d3c3f08 commit 9bc8bda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-charmed-katib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
juju bundle deploy --build --destructive-mode --serial
juju wait -wvt 300
kubectl label namespace kubeflow katib.kubeflow.org/metrics-collector-injection=enabled
- name: Test Katib
run: kubectl apply -f examples/v1beta1/hp-tuning/random.yaml

Expand Down
1 change: 1 addition & 0 deletions operators/bundle.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: katib
bundle: kubernetes
applications:
katib-controller: { charm: katib-controller, scale: 1 }
Expand Down
1 change: 1 addition & 0 deletions operators/charmcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
type: bundle

0 comments on commit 9bc8bda

Please sign in to comment.