File tree 2 files changed +3
-3
lines changed
charts/stfc-cloud-openstack-cluster
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : stfc-cloud-openstack-cluster
3
+ version : 1.4.0
3
4
description : A Helm chart to deploy a compliant K8s cluster (using CAPI) on the STFC Cloud
4
5
type : application
5
- version : 1.3.0
6
6
dependencies :
7
7
- repository : https://azimuth-cloud.github.io/capi-helm-charts
8
8
name : openstack-cluster
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ openstack-cluster:
5
5
# This should match the version of kubelet and kubeadm in the image
6
6
# and will be automatically updated by us
7
7
# we aim to keep n-1 of latest K8s version
8
- kubernetesVersion : " 1.30.6 "
8
+ kubernetesVersion : " 1.31.4 "
9
9
# 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 "
11
11
12
12
# The worker node groups for the cluster
13
13
nodeGroups :
You can’t perform that action at this time.
0 commit comments