Add image_username and image_password to charms
[osm/devops.git] / installers / charm / ng-ui / config.yaml
index 3d538fe..022d150 100644 (file)
@@ -19,7 +19,15 @@ options:
   image:
     description: Docker image name
     type: string
-    default: opensourcemano/ng-ui:8.0.0rc1
+    default: opensourcemano/ng-ui:8
+  image_username:
+    description: Docker repository username
+    type: string
+    default: ""
+  image_password:
+    description: Docker repository password
+    type: string
+    default: ""
   port:
     description: Port number
     type: int