Skip to content

Commit

Permalink
chore: update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Pragliola committed Jan 23, 2024
1 parent 8edcce6 commit d1d6873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- FIXME: UPDATE THE BUILD BADGE WITH THE RIGHT BRANCH -->

[![Build Status](https://ci.sighup.io/api/badges/sighupio/furyctl/status.svg)](https://ci.sighup.io/sighupio/furyctl)
![Release](https://img.shields.io/badge/furyctl-v0.27.1-blue)
![Release](https://img.shields.io/badge/furyctl-v0.27.2-blue)
![Slack](https://img.shields.io/badge/slack-@kubernetes/fury-yellow.svg?logo=slack)
![License](https://img.shields.io/github/license/sighupio/furyctl)
[![Go Report Card](https://goreportcard.com/badge/github.com/sighupio/furyctl)](https://goreportcard.com/report/github.com/sighupio/furyctl)
Expand Down Expand Up @@ -76,7 +76,7 @@ $ furyctl version
...
goVersion: go1.21
osArch: amd64
version: 0.27.1
version: 0.27.2
```

### Installing from source
Expand Down Expand Up @@ -169,7 +169,7 @@ Additionaly, the schema of the file is versioned with the `apiVersion` field, so
To scaffold a configuration file to use as a starter, you use the following command:

```console
furyctl create config --version v1.27.1 --kind "EKSCluster"
furyctl create config --version v1.27.2 --kind "EKSCluster"
```

> 💡 **TIP**
Expand Down

0 comments on commit d1d6873

Please sign in to comment.