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 e05dc14 commit a59e389Copy full SHA for a59e389
get_kubectl_versions.py
@@ -2,7 +2,7 @@
2
import os
3
import json
4
MIN_VERSION = 1.32
5
-versions = os.getenv('VERSIONS').split('\n')
+versions = os.getenv('ALL_VERSIONS').split('\n')
6
ret = {}
7
for v in versions:
8
vsplit = v.split('.')
0 commit comments