3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,14 @@ Each of our platforms have install guides that detail the prerequesites, command
34
34
- [ k3d (local)] ( https://docs.kubefirst.io/k3d/overview/ )
35
35
- [ AWS] ( https://docs.kubefirst.io/aws/overview/ )
36
36
- [ Civo] ( https://docs.kubefirst.io/civo/overview/ )
37
+ - [ DigitalOcean] ( https://docs.kubefirst.io/do/overview/ )
37
38
38
39
In beta:
39
40
40
- - [ DigitalOcean] ( https://docs.kubefirst.io/do/overview/ )
41
41
- [ Google Cloud] ( https://docs.kubefirst.io/gcp/overview/ )
42
42
- [ Vultr] ( https://docs.kubefirst.io/vultr/overview/ )
43
+ - Akamai (docs coming soon) ` kubefirst beta akamai create --help `
44
+ - K3s (docs coming soon) ` kubefirst beta k3s create --help `
43
45
44
46
## Overview
45
47
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const (
11
11
helmChartName = "kubefirst"
12
12
helmChartRepoName = "kubefirst"
13
13
helmChartRepoURL = "https://charts.kubefirst.com"
14
- helmChartVersion = "2.4.0 "
14
+ helmChartVersion = "2.4.1 "
15
15
namespace = "kubefirst"
16
16
secretName = "kubefirst-initial-secrets"
17
17
)
0 commit comments