diff options
author | Samuel Munilla <smunilla@redhat.com> | 2016-08-31 08:52:41 -0400 |
---|---|---|
committer | Samuel Munilla <smunilla@redhat.com> | 2016-08-31 08:52:41 -0400 |
commit | 1607a01eb3ae9c9b2ddc881dca4eed252fc61987 (patch) | |
tree | 793c0cea046d2242df8de4594863da2575baf12a /utils/src | |
parent | a9a76b03173de952e90d6764dd32b6d87bf79912 (diff) | |
download | openshift-1607a01eb3ae9c9b2ddc881dca4eed252fc61987.tar.gz openshift-1607a01eb3ae9c9b2ddc881dca4eed252fc61987.tar.bz2 openshift-1607a01eb3ae9c9b2ddc881dca4eed252fc61987.tar.xz openshift-1607a01eb3ae9c9b2ddc881dca4eed252fc61987.zip |
Bug 1371836 - The variant should be Registry 3.3
Bump Registry subvariant to the correct version.
Diffstat (limited to 'utils/src')
-rw-r--r-- | utils/src/ooinstall/variants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/src/ooinstall/variants.py b/utils/src/ooinstall/variants.py index 8f82655fd..6993794fe 100644 --- a/utils/src/ooinstall/variants.py +++ b/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'), ] ) |