From a149a92fe45a7862e7d87eb0a5164317ed8ee7a8 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Mon, 16 Jul 2018 13:24:37 -0500 Subject: [PATCH] Updated COmanage Registry version to 3.1.0 Updated COmanage Registry recommended version to 3.1.0 for the basic auth with Postgres documentation. --- docs/basic-auth-postgres-persist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/basic-auth-postgres-persist.md b/docs/basic-auth-postgres-persist.md index 59c5073..b536fc2 100644 --- a/docs/basic-auth-postgres-persist.md +++ b/docs/basic-auth-postgres-persist.md @@ -25,7 +25,7 @@ limitations under the License. * Define `COMANAGE_REGISTRY_VERSION`. Currently we recommend ``` -export COMANAGE_REGISTRY_VERSION=hotfix-2.0.x +export COMANAGE_REGISTRY_VERSION=3.1.0 ``` * Build a local image for COmanage Registry if you have not already: @@ -64,7 +64,7 @@ services: - /docker/var/lib/postgresql/data:/var/lib/postgresql/data comanage-registry: - image: comanage-registry:hotfix-2.0.x-basic-auth + image: comanage-registry:3.1.0-basic-auth volumes: - /docker/srv/comanage-registry/local:/srv/comanage-registry/local ports: