|
@@ -36,6 +36,7 @@ class Variant(object):
|
|
|
# WARNING: Keep the versions ordered, most recent first:
|
|
|
OSE = Variant('openshift-enterprise', 'OpenShift Container Platform',
|
|
|
[
|
|
|
+ Version('3.3', 'openshift-enterprise'),
|
|
|
Version('3.2', 'openshift-enterprise'),
|
|
|
]
|
|
|
)
|