Update RO charm for the newRO and update bundle
[osm/devops.git] / installers / charm / ng-ui / config.yaml
index 7dd6d60..022d150 100644 (file)
@@ -19,11 +19,23 @@ 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
     default: 80
+  https_port:
+    description: Port number
+    type: int
+    default: 443
   server_name:
     description: Server name
     type: string
@@ -31,4 +43,10 @@ options:
   client_max_body_size:
     description: Client maximum body size
     type: string
-    default: 15M
\ No newline at end of file
+    default: 15M
+  ssl_certificate:
+    description: Base64 encoded ssl certificate
+    type: string
+  ssl_certificate_key:
+    description: Base64 encoded ssl certificate key
+    type: string