Skip to content

Commit

Permalink
chore: update docs (#367)
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <gulsum.atici@canonical.com>
Co-authored-by: Guillaume Belanger <guillaume.belanger@canonical.com>
  • Loading branch information
gatici and gruyaume authored Nov 19, 2024
1 parent ef08fbd commit 4368647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ lxd init --auto

Install MicroK8s:
```shell
sudo snap install microk8s --channel=1.27-strict/stable
sudo snap install microk8s --channel=1.31-strict/stable
sudo usermod -a -G snap_microk8s $USER
newgrp snap_microk8s
sudo microk8s enable hostpath-storage
```

Install Juju and bootstrap a controller on the MicroK8S instance:
```shell
sudo snap install juju --channel=3.1/stable
sudo snap install juju --channel=3.5/stable
juju bootstrap microk8s
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ juju integrate sdcore-pcf-k8s:sdcore_config sdcore-nms-k8s:sdcore_config

## Image

**pcf**: `ghcr.io/canonical/sdcore-pcf:1.4.2`
**pcf**: `ghcr.io/canonical/sdcore-pcf:1.5.2`

0 comments on commit 4368647

Please sign in to comment.