diff options
| author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-03-20 12:44:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-20 12:44:07 -0500 |
| commit | f97e84388faac174e505e6737212a114d1900a9b (patch) | |
| tree | 32acaf0c82eae5022b18ae92ecdafc75c58b1bc5 | |
| parent | a95796198be559236cd4c2d297b77785f98dc166 (diff) | |
| parent | 2ab156ad4ed88166f5c6dc76819f0de04736f9bb (diff) | |
Merge pull request #3708 from aweiteka/schema2
Merged by openshift-bot
| -rw-r--r-- | roles/openshift_hosted/templates/registry_config.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_hosted/templates/registry_config.j2 b/roles/openshift_hosted/templates/registry_config.j2 index f3336334a..ca6a23f21 100644 --- a/roles/openshift_hosted/templates/registry_config.j2 +++ b/roles/openshift_hosted/templates/registry_config.j2 @@ -71,7 +71,7 @@ middleware: - name: openshift options: pullthrough: {{ openshift_hosted_registry_pullthrough | default(true) }} - acceptschema2: {{ openshift_hosted_registry_acceptschema2 | default(false) }} + acceptschema2: {{ openshift_hosted_registry_acceptschema2 | default(true) }} enforcequota: {{ openshift_hosted_registry_enforcequota | default(false) }} {% if openshift_hosted_registry_storage_provider | default('') == 's3' and openshift_hosted_registry_storage_s3_cloudfront_baseurl is defined %} storage: |
