Skip to content

Commit d28b1cc

Browse files
committed
bump ovh cluster to 1.24
1 parent 81f07f7 commit d28b1cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-helm-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- release: ovh
4949
k3s-channel: "v1.20"
5050
- release: ovh2
51-
k3s-channel: "v1.23"
51+
k3s-channel: "v1.24"
5252
- release: turing
5353
k3s-channel: "v1.21"
5454

terraform/ovh/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ resource "ovh_cloud_project_kube" "cluster" {
6060
service_name = local.service_name
6161
name = local.cluster_name
6262
region = local.region
63-
version = "1.23"
63+
version = "1.24"
6464
# make sure we wait for the subnet to exist
6565
depends_on = [ovh_cloud_project_network_private_subnet.subnet]
6666

0 commit comments

Comments
 (0)