diff --git a/README.md b/README.md index 5e9df11ea..e47e03191 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,14 @@ Each of our platforms have install guides that detail the prerequesites, command - [k3d (local)](https://docs.kubefirst.io/k3d/overview/) - [AWS](https://docs.kubefirst.io/aws/overview/) - [Civo](https://docs.kubefirst.io/civo/overview/) +- [DigitalOcean](https://docs.kubefirst.io/do/overview/) In beta: -- [DigitalOcean](https://docs.kubefirst.io/do/overview/) - [Google Cloud](https://docs.kubefirst.io/gcp/overview/) - [Vultr](https://docs.kubefirst.io/vultr/overview/) +- Akamai (docs coming soon) `kubefirst beta akamai create --help` +- K3s (docs coming soon) `kubefirst beta k3s create --help` ## Overview diff --git a/images/kubefirst-arch.png b/images/kubefirst-arch.png index 3e5c7036e..b610fcaca 100644 Binary files a/images/kubefirst-arch.png and b/images/kubefirst-arch.png differ diff --git a/internal/launch/constants.go b/internal/launch/constants.go index 201d1a1c5..89918c294 100644 --- a/internal/launch/constants.go +++ b/internal/launch/constants.go @@ -11,7 +11,7 @@ const ( helmChartName = "kubefirst" helmChartRepoName = "kubefirst" helmChartRepoURL = "https://charts.kubefirst.com" - helmChartVersion = "2.4.0" + helmChartVersion = "2.4.1" namespace = "kubefirst" secretName = "kubefirst-initial-secrets" )