Skip to content

Commit

Permalink
Bump capi image (#202)
Browse files Browse the repository at this point in the history
* bump capi image

* linting

* changelog
  • Loading branch information
njuettner authored May 7, 2024
1 parent 014de52 commit 1d7ec16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Upgrade CAPI to v1.4.9
- Change container image registry values name to use values from `config` repo.
- Add toleration for `node.cluster.x-k8s.io/uninitialized` taint.
- Remove toleration for old `node-role.kubernetes.io/master` taint.
Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ images:
name: giantswarm/kubeadm-bootstrap-controller
controlplane:
name: giantswarm/kubeadm-control-plane-controller
tag: v1.4.7-gs-61127c250 # upstream v1.4.7 + https://github.com/kubernetes-sigs/cluster-api/pull/8586 (Makefile improvement) + https://github.com/giantswarm/cluster-api/pull/21 (backport of bootstrap config reference rotation support)
tag: v1.4.9-gs-83c646759 # upstream v1.4.9 + https://github.com/kubernetes-sigs/cluster-api/pull/8586 (Makefile improvement) + https://github.com/giantswarm/cluster-api/pull/21 (backport of bootstrap config reference rotation support)

project:
branch: "[[ .Branch ]]"
Expand Down

0 comments on commit 1d7ec16

Please sign in to comment.