Skip to content

Commit 30ca312

Browse files
authoredMar 15, 2024
preparing cli for 2.4.1 (#2121)
* preparing cli for 2.4.1 * adding command details
1 parent 7f4ee6b commit 30ca312

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ Each of our platforms have install guides that detail the prerequesites, command
3434
- [k3d (local)](https://docs.kubefirst.io/k3d/overview/)
3535
- [AWS](https://docs.kubefirst.io/aws/overview/)
3636
- [Civo](https://docs.kubefirst.io/civo/overview/)
37+
- [DigitalOcean](https://docs.kubefirst.io/do/overview/)
3738

3839
In beta:
3940

40-
- [DigitalOcean](https://docs.kubefirst.io/do/overview/)
4141
- [Google Cloud](https://docs.kubefirst.io/gcp/overview/)
4242
- [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`
4345

4446
## Overview
4547

‎images/kubefirst-arch.png

-92.5 KB
Loading

‎internal/launch/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const (
1111
helmChartName = "kubefirst"
1212
helmChartRepoName = "kubefirst"
1313
helmChartRepoURL = "https://charts.kubefirst.com"
14-
helmChartVersion = "2.4.0"
14+
helmChartVersion = "2.4.1"
1515
namespace = "kubefirst"
1616
secretName = "kubefirst-initial-secrets"
1717
)

0 commit comments

Comments
 (0)
Failed to load comments.