Skip to content

Commit

Permalink
updated source files
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Eiselt <[email protected]>
  • Loading branch information
DEiselt authored and jschoone committed Jul 9, 2024
1 parent 0fb4061 commit def1048
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 31 deletions.
44 changes: 22 additions & 22 deletions providers/openstack/scs/cluster-addon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
apiVersion: v2
dependencies:
- alias: metrics-server
name: metrics-server
repository: https://kubernetes-sigs.github.io/metrics-server/
version: 3.12.0
- alias: cilium
name: cilium
repository: https://helm.cilium.io/
version: 1.15.6
- alias: openstack-cloud-controller-manager
name: openstack-cloud-controller-manager
repository: https://kubernetes.github.io/cloud-provider-openstack
version: 2.27.6
- alias: openstack-cinder-csi
name: openstack-cinder-csi
repository: https://kubernetes.github.io/cloud-provider-openstack
version: 2.27.3
- alias: yawol-controller
name: yawol-controller
repository: https://stackitcloud.github.io/yawol
version: 0.21.3
condition: yawol-controller.enabled
name: openstack-scs-1-27-cluster-addon
- alias: metrics-server
name: metrics-server
repository: https://kubernetes-sigs.github.io/metrics-server/
version: 3.12.0
- alias: cilium
name: cilium
repository: https://helm.cilium.io/
version: 1.15.6
- alias: openstack-cloud-controller-manager
name: openstack-cloud-controller-manager
repository: https://kubernetes.github.io/cloud-provider-openstack
version: 2.28.4
- alias: openstack-cinder-csi
name: openstack-cinder-csi
repository: https://kubernetes.github.io/cloud-provider-openstack
version: 2.28.2
- alias: yawol-controller
condition: yawol-controller.enabled
name: yawol-controller
repository: https://stackitcloud.github.io/yawol
version: 0.21.3
name: openstack-scs-1-28-cluster-addon
type: application
version: v1
8 changes: 5 additions & 3 deletions providers/openstack/scs/cluster-class/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
apiVersion: v2
description: |
This chart installs and configures:
description: 'This chart installs and configures:
* Openstack scs Cluster Class
name: openstack-scs-1-27-cluster-class
'
name: openstack-scs-1-28-cluster-class
type: application
version: v1
4 changes: 2 additions & 2 deletions providers/openstack/scs/csctl.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: csctl.clusterstack.x-k8s.io/v1alpha1
config:
kubernetesVersion: v1.27.14
clusterStackName: scs
kubernetesVersion: v1.28.11
provider:
type: openstack
apiVersion: openstack.csctl.clusterstack.x-k8s.io/v1alpha1
config:
method: get
type: openstack
8 changes: 4 additions & 4 deletions providers/openstack/scs/node-images/config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: openstack.infrastructure.clusterstack.x-k8s.io/v1alpha1
openStackNodeImages:
- url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.27/ubuntu-2204-kube-v1.27.14.qcow2
createOpts:
name: ubuntu-capi-image-v1.27.14
disk_format: qcow2
- createOpts:
container_format: bare
disk_format: qcow2
name: ubuntu-capi-image-v1.28.11
visibility: private
url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.28/ubuntu-2204-kube-v1.28.11.qcow2

0 comments on commit def1048

Please sign in to comment.