From 055ae2da1e5ef10f22d3aa99593548bcfb78cc38 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Wed, 27 Jan 2021 13:13:10 +0100 Subject: [PATCH] Pin PLA image tag to "8" This needs to be reverted when PLA is correctly published to DockerHub Change-Id: I1aa509288ae49233f110e5951c491f3598be8b05 Signed-off-by: David Garcia --- installers/charmed_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/charmed_install.sh b/installers/charmed_install.sh index 5b4d3b22..92116060 100755 --- a/installers/charmed_install.sh +++ b/installers/charmed_install.sh @@ -392,7 +392,7 @@ applications: image: ${REGISTRY_URL}opensourcemano/pol:$TAG ${REGISTRY_CREDENTIALS} pla: options: - image: ${REGISTRY_URL}opensourcemano/pla:$TAG ${REGISTRY_CREDENTIALS} + image: ${REGISTRY_URL}opensourcemano/pla:8 ${REGISTRY_CREDENTIALS} ng-ui: resources: image: /tmp/ng_ui_registry.yaml -- 2.17.1