[indico-web] Fix indico-worker image name in DeploymentConfigs



commit 28f84b2a6d0a130fb6ff2180930d4cd4f14e35bc
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Fri Nov 29 12:14:58 2019 +0100

    Fix indico-worker image name in DeploymentConfigs

 oscp.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/oscp.yml b/oscp.yml
index 5dea532..8d7c513 100644
--- a/oscp.yml
+++ b/oscp.yml
@@ -260,7 +260,7 @@ objects:
         - indico-web
         from:
           kind: ImageStreamTag
-          name: indico-worker-custom:stable
+          name: indico-worker:latest
 
 - apiVersion: v1
   kind: DeploymentConfig
@@ -392,7 +392,7 @@ objects:
         - indico-celery
         from:
           kind: ImageStreamTag
-          name: indico-worker-custom:stable
+          name: indico-worker:latest
 
 - apiVersion: v1
   kind: DeploymentConfig


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]