Skip to content
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

ci, build: update CI, libraries, python dependencies, and format #99

Merged
merged 8 commits into from
Jul 27, 2023
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
7 changes: 1 addition & 6 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,13 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@1.1.0
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
channel: 1.24/stable
juju-channel: 2.9/stable
bootstrap-options: "--agent-version=2.9.42"
microk8s-addons: "dns storage rbac metallb:10.64.140.43-10.64.140.49"

# TODO: Remove once the actions-operator does this automatically
- name: Configure kubectl
run: |
sg microk8s -c "microk8s config > ~/.kube/config"
- name: Run test
run: |
# Requires the model to be called kubeflow due to kfp-viewer
Expand Down
213 changes: 110 additions & 103 deletions charms/katib-controller/lib/charms/grafana_k8s/v0/grafana_dashboard.py

Large diffs are not rendered by default.

Loading
Loading