Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump capi image #12

Merged
merged 2 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/stfc-cloud-openstack-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: stfc-cloud-openstack-cluster
version: 1.3.0
version: 1.4.0
dependencies:
- repository: https://azimuth-cloud.github.io/capi-helm-charts
name: openstack-cluster
Expand Down
4 changes: 2 additions & 2 deletions charts/stfc-cloud-openstack-cluster/flavors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ openstack-cluster:
# This should match the version of kubelet and kubeadm in the image
# and will be automatically updated by us
# we aim to keep n-1 of latest K8s version
kubernetesVersion: "1.30.6"
kubernetesVersion: "1.31.4"
# The name of the image to use for cluster machines
machineImage: "capi-ubuntu-2204-kube-v1.30.6-2024-11-15"
machineImage: "capi-ubuntu-2204-kube-v1.31.4-2025-01-24"

# The worker node groups for the cluster
nodeGroups:
Expand Down