diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-02-06 13:03:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-06 13:03:35 -0500 |
commit | acdedc802b051252a93e40a5a19112674e338bd1 (patch) | |
tree | 80aa20909c2b2ab34ad50b5d38b4ee486e3c7cbd /roles/openshift_hosted_templates | |
parent | 7593c93d4c8d8e5eb22e866fa87208611f0c4bf6 (diff) | |
parent | bb931a7d4971def3304bb1c664e0d20681b83ebd (diff) | |
download | openshift-acdedc802b051252a93e40a5a19112674e338bd1.tar.gz openshift-acdedc802b051252a93e40a5a19112674e338bd1.tar.bz2 openshift-acdedc802b051252a93e40a5a19112674e338bd1.tar.xz openshift-acdedc802b051252a93e40a5a19112674e338bd1.zip |
Merge pull request #3265 from sdodson/image-stream-sync
Update v1.4 content
Diffstat (limited to 'roles/openshift_hosted_templates')
-rw-r--r-- | roles/openshift_hosted_templates/files/v1.4/enterprise/registry-console.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_hosted_templates/files/v1.4/enterprise/registry-console.yaml b/roles/openshift_hosted_templates/files/v1.4/enterprise/registry-console.yaml index 11478263c..0e3d006a7 100644 --- a/roles/openshift_hosted_templates/files/v1.4/enterprise/registry-console.yaml +++ b/roles/openshift_hosted_templates/files/v1.4/enterprise/registry-console.yaml @@ -103,9 +103,9 @@ parameters: - description: 'Specify "registry/repository" prefix for container image; e.g. for "registry.access.redhat.com/openshift3/registry-console:latest", set prefix "registry.access.redhat.com/openshift3/"' name: IMAGE_PREFIX value: "registry.access.redhat.com/openshift3/" - - description: 'Specify image version; e.g. for "registry.access.redhat.com/openshift3/registry-console:3.3", set version "3.3"' + - description: 'Specify image version; e.g. for "registry.access.redhat.com/openshift3/registry-console:3.4", set version "3.4"' name: IMAGE_VERSION - value: "3.3" + value: "3.4" - description: "The public URL for the Openshift OAuth Provider, e.g. https://openshift.example.com:8443" name: OPENSHIFT_OAUTH_PROVIDER_URL required: true |