Skip to content

Commit 860b6f2

Browse files
author
Jan Schoone
committed
chore(versions): Update Release for 1.31
Signed-off-by: Jan Schoone <[email protected]>
1 parent 5d04702 commit 860b6f2

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

providers/openstack/scs/cluster-addon/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ dependencies:
1111
- alias: openstack-cloud-controller-manager
1212
name: openstack-cloud-controller-manager
1313
repository: https://kubernetes.github.io/cloud-provider-openstack
14-
version: 2.30.3
14+
version: 2.31.1
1515
- alias: openstack-cinder-csi
1616
name: openstack-cinder-csi
1717
repository: https://kubernetes.github.io/cloud-provider-openstack
18-
version: 2.30.0
18+
version: 2.31.2
1919
- alias: yawol-controller
2020
condition: yawol-controller.enabled
2121
name: yawol-controller
2222
repository: https://stackitcloud.github.io/yawol
2323
version: 0.25.0
24-
name: openstack-scs-1-30-cluster-addon
24+
name: openstack-scs-1-31-cluster-addon
2525
type: application
2626
version: v1

providers/openstack/scs/cluster-class/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: 'This chart installs and configures:
44
* Openstack scs Cluster Class
55
66
'
7-
name: openstack-scs-1-30-cluster-class
7+
name: openstack-scs-1-31-cluster-class
88
type: application
99
version: v1

providers/openstack/scs/cluster-class/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ identityRef:
77
name: openstack
88
images:
99
controlPlane:
10-
name: ubuntu-capi-image-v1.30.6
10+
name: ubuntu-capi-image-v1.31.2
1111
worker:
12-
name: ubuntu-capi-image-v1.30.6
12+
name: ubuntu-capi-image-v1.31.2
1313
node_cidr: 10.8.0.0/20
1414
openstack_loadbalancer_apiserver: false
1515
restrict_kubeapi: []

providers/openstack/scs/csctl.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: csctl.clusterstack.x-k8s.io/v1alpha1
22
config:
33
clusterStackName: scs
4-
kubernetesVersion: v1.30.6
4+
kubernetesVersion: v1.31.2
55
provider:
66
apiVersion: openstack.csctl.clusterstack.x-k8s.io/v1alpha1
77
config:

providers/openstack/scs/node-images/config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ openStackNodeImages:
33
- createOpts:
44
container_format: bare
55
disk_format: qcow2
6-
name: ubuntu-capi-image-v1.30.6
6+
name: ubuntu-capi-image-v1.31.2
77
visibility: private
8-
url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.30/ubuntu-2204-kube-v1.30.6.qcow2
8+
url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.31/ubuntu-2204-kube-v1.31.2.qcow2

0 commit comments

Comments
 (0)