Skip to content

Commit 6452029

Browse files
authored
Merge pull request #12 from stfc/bump-capi
Bump CAPI image to Jan 2025
2 parents a0c18cc + 808fa85 commit 6452029

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/stfc-cloud-openstack-cluster/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: stfc-cloud-openstack-cluster
3+
version: 1.4.0
34
description: A Helm chart to deploy a compliant K8s cluster (using CAPI) on the STFC Cloud
45
type: application
5-
version: 1.3.0
66
dependencies:
77
- repository: https://azimuth-cloud.github.io/capi-helm-charts
88
name: openstack-cluster

charts/stfc-cloud-openstack-cluster/flavors.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ openstack-cluster:
55
# This should match the version of kubelet and kubeadm in the image
66
# and will be automatically updated by us
77
# we aim to keep n-1 of latest K8s version
8-
kubernetesVersion: "1.30.6"
8+
kubernetesVersion: "1.31.4"
99
# The name of the image to use for cluster machines
10-
machineImage: "capi-ubuntu-2204-kube-v1.30.6-2024-11-15"
10+
machineImage: "capi-ubuntu-2204-kube-v1.31.4-2025-01-24"
1111

1212
# The worker node groups for the cluster
1313
nodeGroups:

0 commit comments

Comments
 (0)