Fix installation to use 9 tag as default for docker images
[osm/devops.git] / installers / docker / osm_pods / nbi.yaml
index 87a459d..e6fdae1 100644 (file)
@@ -50,7 +50,7 @@ spec:
         command: ["sh", "-c", "until (nc -zvw1 kafka 9092 && nc -zvw1 mongodb-k8s 27017); do sleep 3; done; exit 0"]
       containers:
       - name: nbi
-        image: opensourcemano/nbi:8
+        image: opensourcemano/nbi:9
         ports:
         - containerPort: 9999
           protocol: TCP