Skip to content

Commit

Permalink
Bump k8s, containerd and cilium 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 Jul 23, 2024
1 parent 6baf9a2 commit 9fcadbd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions providers/hetzner/baremetal/1-30/cluster-addon/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 3.12.1
- name: cilium
repository: https://helm.cilium.io/
version: 1.15.6
version: 1.15.7
- name: hcloud-cloud-controller-manager
repository: https://charts.hetzner.cloud
version: 1.20.0
Expand All @@ -14,5 +14,5 @@ dependencies:
- name: rook-ceph-cluster
repository: https://charts.rook.io/release
version: v1.14.8
digest: sha256:c94c04f4c77a669482885e13d46d3d62a10a0f28d7254367a8289130927771d3
generated: "2024-07-09T09:00:53.207795418+02:00"
digest: sha256:eb5d26dcc4c9acbbdfe315cee40ebaa5bf6fd9a8b65b38c73c50b8ffcb7da54a
generated: "2024-07-23T08:39:47.976315835+02:00"
2 changes: 1 addition & 1 deletion providers/hetzner/baremetal/1-30/cluster-addon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- alias: cilium
name: cilium
repository: https://helm.cilium.io/
version: 1.15.6
version: 1.15.7
- alias: hcloud-cloud-controller-manager
name: hcloud-cloud-controller-manager
repository: https://charts.hetzner.cloud
Expand Down
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.19
- export CONTAINERD=1.7.20
- 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.19
- export CONTAINERD=1.7.20
- 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.2
kubernetesVersion: v1.30.3
clusterStackName: baremetal
provider:
type: hetzner

0 comments on commit 9fcadbd

Please sign in to comment.