We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f07f7 commit d28b1ccCopy full SHA for d28b1cc
.github/workflows/test-helm-template.yaml
@@ -48,7 +48,7 @@ jobs:
48
- release: ovh
49
k3s-channel: "v1.20"
50
- release: ovh2
51
- k3s-channel: "v1.23"
+ k3s-channel: "v1.24"
52
- release: turing
53
k3s-channel: "v1.21"
54
terraform/ovh/main.tf
@@ -60,7 +60,7 @@ resource "ovh_cloud_project_kube" "cluster" {
60
service_name = local.service_name
61
name = local.cluster_name
62
region = local.region
63
- version = "1.23"
+ version = "1.24"
64
# make sure we wait for the subnet to exist
65
depends_on = [ovh_cloud_project_network_private_subnet.subnet]
66
0 commit comments