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 0505a4f commit d2aebbcCopy full SHA for d2aebbc
1 file changed
modules/management/kubectl-apply/variables.tf
@@ -17,7 +17,7 @@
17
locals {
18
kueue_supported_versions = ["v0.12.2", "v0.11.4", "v0.10.1", "v0.10.0"]
19
jobset_supported_versions = ["v0.8.1", "v0.7.2", "v0.5.2"]
20
- gib_supported_versions = ["v1.0.6", "v1.1.0"]
+ gib_supported_versions = ["v1.0.2", "v1.0.3", "v1.0.5", "v1.0.6", "v1.1.0"]
21
}
22
23
resource "terraform_data" "kueue_validations" {
0 commit comments