Browse Source

Bug 1371836 - The variant should be Registry 3.3

Bump Registry subvariant to the correct version.
Samuel Munilla 8 years ago
parent
commit
1607a01eb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/src/ooinstall/variants.py

+ 1 - 1
utils/src/ooinstall/variants.py

@@ -46,7 +46,7 @@ OSE = Variant('openshift-enterprise', 'OpenShift Container Platform',
 
 REG = Variant('openshift-enterprise', 'Registry',
               [
-                  Version('3.2', 'openshift-enterprise', 'registry'),
+                  Version('3.3', 'openshift-enterprise', 'registry'),
               ]
 )