Explorar o código

Bug 1371836 - The variant should be Registry 3.3

Bump Registry subvariant to the correct version.
Samuel Munilla %!s(int64=8) %!d(string=hai) anos
pai
achega
1607a01eb3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'),
               ]
 )