From 758924e55eba7279cba4cda63f02af8ee5af5a8d Mon Sep 17 00:00:00 2001 From: gatici Date: Mon, 18 Nov 2024 16:38:53 +0300 Subject: [PATCH] update docs Signed-off-by: gatici --- CONTRIBUTING.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7548a22..a42d111 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ 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 @@ -21,7 +21,7 @@ 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 ``` diff --git a/README.md b/README.md index a99d465..01ffe18 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,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`