Skip to content

Commit

Permalink
use Microk8s 1.28 version
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSiwek committed Jan 9, 2024
1 parent 8b59a37 commit b12326c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
juju-channel: "3.1/stable"
provider: microk8s
channel: 1.25-strict/stable
channel: 1.28-strict/stable
microk8s-addons: "dns storage rbac metallb:10.64.140.43-10.64.140.49"

- name: Run integration tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup_microk8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ microk8s enable dns storage metallb:10.64.140.43-10.64.140.49
microk8s kubectl rollout status deployment/hostpath-provisioner -n kube-system

# Juju controller + model
juju bootstrap --agent-version=2.9.34 --no-gui microk8s uk8sx
juju bootstrap --no-gui microk8s uk8sx
juju add-model kubeflow

# Install + setup kubectl
Expand Down

0 comments on commit b12326c

Please sign in to comment.