Skip to content

Commit

Permalink
Merge pull request #30 from slok/slok/prepare-v010
Browse files Browse the repository at this point in the history
Fix readme
  • Loading branch information
slok authored Mar 27, 2024
2 parents afdfc1f + 1255fd6 commit d6a4bf3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ It's suggested that if you don't have an old Kubenretes version, you try the lat

| Kubernetes | Docker image |
| ---------- | ------------------------------------------------------ |
| v1.30 | `docker pull ghcr.io/slok/kube-code-generator:v1.0.0` |
| v1.29 | `docker pull ghcr.io/slok/kube-code-generator:v1.0.0` |
| v1.28 | `docker pull ghcr.io/slok/kube-code-generator:v1.0.0` |
| v1.27 | `docker pull ghcr.io/slok/kube-code-generator:v1.0.0` |
| v1.30 | `docker pull ghcr.io/slok/kube-code-generator:v0.1.0` |
| v1.29 | `docker pull ghcr.io/slok/kube-code-generator:v0.1.0` |
| v1.28 | `docker pull ghcr.io/slok/kube-code-generator:v0.1.0` |
| v1.27 | `docker pull ghcr.io/slok/kube-code-generator:v0.1.0` |

### Versions <=v1.27
### Versions <v1.27

With the release of Kubernetes v1.30, this app was rewritten from bash hacky scripts into a proper Go application, that is easier, more extendable and safer to use.

Expand Down

0 comments on commit d6a4bf3

Please sign in to comment.