Skip to content

Commit

Permalink
#120 Use k3s image 1.28.5
Browse files Browse the repository at this point in the history
This is because we're currently developing our applications for kubernetes 1.28.
  • Loading branch information
jelemux committed Jan 29, 2024
1 parent 0a3cc27 commit 2dbb76a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#120] outdated k3d cluster forbid unknown newer system call
### Changed
- [#120] Updated k3d to `5.6.0`
- [#120] Updated k3s image to `rancher/k3s:v1.29.0-k3s1`
- [#120] Updated k3s image to `rancher/k3s:v1.28.5-k3s1`
- Updated yq to `4.40.5`

## [2.0.1](https://github.com/cloudogu/ces-build-lib/releases/tag/2.0.1) - 2023-12-11
Expand Down
2 changes: 1 addition & 1 deletion src/com/cloudogu/ces/cesbuildlib/K3d.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class K3d {
/**
* The image of the k3s version defining the targeted k8s version
*/
private static String K8S_IMAGE = "rancher/k3s:v1.29.0-k3s1"
private static String K8S_IMAGE = "rancher/k3s:v1.28.5-k3s1"
/**
* The version of k3d to be installed
*/
Expand Down

0 comments on commit 2dbb76a

Please sign in to comment.