diff --git a/content/en/blog/contributors/how-to-bake-an-ortelius-pi-part03.md b/content/en/blog/contributors/how-to-bake-an-ortelius-pi-part03.md index 41e02922..71a921dd 100644 --- a/content/en/blog/contributors/how-to-bake-an-ortelius-pi-part03.md +++ b/content/en/blog/contributors/how-to-bake-an-ortelius-pi-part03.md @@ -4141,7 +4141,7 @@ You should now be able to reach the Ortelius frontend in your browser using the ### Conclusion -By this stage you should have three Pi's each with MicroK8s, NFS CSI Driver, Cert Manager, Traefik, Ortelius and a NFS server up and running. Stay tuned for Part 4 where we unleash Cloudflare, LetsEncrypt with Traefik for automatic certificate renewal to provide secure services behind a single entrypoint. +By this stage you should have three Pi's each with MicroK8s, NFS CSI Driver, Cert Manager, Traefik, Ortelius and a NFS server up and running with Gimlet as the UI to Fluxcd which is all part of the management of our GitOps environment. Stay tuned for Part 4 where we unleash Cloudflare, LetsEncrypt with Traefik for automatic certificate renewal to provide secure services behind a single entrypoint. Happy alien hunting....... diff --git a/package.json b/package.json index d30d31b5..3d1a970f 100644 --- a/package.json +++ b/package.json @@ -5,5 +5,6 @@ "autoprefixer": "^10.4.2", "postcss-cli": "^11.0.0", "postcss": "^8.0.0" - } + }, + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }