Skip to content

Commit

Permalink
Bump cluster-addon, containerd and k8s versions
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Hros <roman.hros@dnation.cloud>
  • Loading branch information
chess-knight committed Sep 16, 2024
1 parent 3cfec1e commit 0ec42d0
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 15 deletions.
14 changes: 7 additions & 7 deletions providers/hetzner/baremetal/1-30/cluster-addon/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ dependencies:
version: 3.12.1
- name: tigera-operator
repository: https://docs.tigera.io/calico/charts
version: v3.26.4
version: v3.26.5
- name: hcloud-cloud-controller-manager
repository: https://charts.hetzner.cloud
version: 1.20.0
- name: rook-ceph
repository: https://charts.rook.io/release
version: v1.14.9
version: v1.15.1
- name: rook-ceph-cluster
repository: https://charts.rook.io/release
version: v1.14.9
version: v1.15.1
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.15.2
version: v1.15.3
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: 4.11.1
version: 4.11.2
- name: prometheus-operator-crds
repository: https://prometheus-community.github.io/helm-charts
version: 13.0.2
digest: sha256:2b9570f479716f82f40515a91fffe7875cf723ab521e34ffa4547f668fb3a2b1
generated: "2024-08-14T15:29:00.894860422+02:00"
digest: sha256:e50064ce15d4b1b437b4905f6879eb9cee7809cde1ddf71a48c160dc4321ffb2
generated: "2024-09-16T08:46:56.559023494+02:00"
11 changes: 6 additions & 5 deletions providers/hetzner/baremetal/1-30/cluster-addon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,31 @@ dependencies:
name: tigera-operator
repository: https://docs.tigera.io/calico/charts
# FIXME: CSO helm templating doesn't support helm hooks, https://github.com/projectcalico/calico/issues/9033
# https://github.com/SovereignCloudStack/cluster-stack-operator/issues/244
# Use v3.28 version of Calico
version: v3.26.4
version: v3.26.5
- alias: hcloud-cloud-controller-manager
name: hcloud-cloud-controller-manager
repository: https://charts.hetzner.cloud
version: 1.20.0
- alias: rook-ceph
name: rook-ceph
repository: https://charts.rook.io/release
version: v1.14.9
version: v1.15.1
condition: rook-ceph.enabled,rook-ceph-cluster.enabled
- alias: rook-ceph-cluster
name: rook-ceph-cluster
repository: https://charts.rook.io/release
version: v1.14.9
version: v1.15.1
condition: rook-ceph-cluster.enabled
- alias: cert-manager
name: cert-manager
repository: https://charts.jetstack.io
version: v1.15.2
version: v1.15.3
- alias: ingress-nginx
name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: 4.11.1
version: 4.11.2
- alias: prometheus-operator-crds
name: prometheus-operator-crds
repository: https://prometheus-community.github.io/helm-charts
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
preKubeadmCommands:
- set -x
- grep VERSION= /etc/os-release; uname -a
- export CONTAINERD=1.7.20
- export CONTAINERD=1.7.22
- export TRIMMED_KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | awk -F . '{print $1 "." $2}')
- ARCH=amd64
- if [ "$(uname -m)" = "aarch64" ]; then ARCH=arm64; fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ spec:
preKubeadmCommands:
- set -x
- grep VERSION= /etc/os-release; uname -a
- export CONTAINERD=1.7.20
- export CONTAINERD=1.7.22
- export TRIMMED_KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | awk -F . '{print $1 "." $2}')
- ARCH=amd64
- if [ "$(uname -m)" = "aarch64" ]; then ARCH=arm64; fi
Expand Down
2 changes: 1 addition & 1 deletion providers/hetzner/baremetal/1-30/csctl.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: csctl.clusterstack.x-k8s.io/v1alpha1
config:
kubernetesVersion: v1.30.3
kubernetesVersion: v1.30.5
clusterStackName: baremetal
provider:
type: hetzner

0 comments on commit 0ec42d0

Please sign in to comment.