Skip to content

Commit

Permalink
preparing cli for 2.4.1 (#2121)
Browse files Browse the repository at this point in the history
* preparing cli for 2.4.1

* adding command details
  • Loading branch information
johndietz authored Mar 15, 2024
1 parent 7f4ee6b commit 30ca312
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file modified images/kubefirst-arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion internal/launch/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit 30ca312

Please sign in to comment.