chronos-umbrella: releasing 0.1.0

Change-Id: I8eefbfac0322fd2a1d7fc7aa9fa00cae562bbc90
diff --git a/aether-enterprise-portal/Chart.yaml b/aether-enterprise-portal/Chart.yaml
index 9d0116f..6dc4af4 100644
--- a/aether-enterprise-portal/Chart.yaml
+++ b/aether-enterprise-portal/Chart.yaml
@@ -7,8 +7,8 @@
 description: Aether Enterprise Portal
 kubeVersion: ">=1.15.0"
 type: application
-version: 0.0.10
-appVersion: 0.0.10
+version: 0.1.0
+appVersion: 0.1.0
 keywords:
   - aether
   - roc
diff --git a/aether-enterprise-portal/templates/deployment.yaml b/aether-enterprise-portal/templates/deployment.yaml
index 36c0d5b..cf88e74 100644
--- a/aether-enterprise-portal/templates/deployment.yaml
+++ b/aether-enterprise-portal/templates/deployment.yaml
@@ -46,6 +46,11 @@
                   fieldPath: metadata.namespace
             - name: OPENIDCISSUER
               value: {{ .Values.openidc.issuer }}
+            - name: ONFLOGIN
+              valueFrom:
+                secretKeyRef:
+                  name: aether-enterprise-portal-api
+                  key: credentials
           stdin : true
           resources:
             {{- toYaml .Values.resources | nindent 12 }}
@@ -70,7 +75,6 @@
             - name: secret
               mountPath: /usr/share/certs
               readOnly: true
-
       volumes:
         - name: config
           configMap:
diff --git a/aether-enterprise-portal/templates/secret.yaml b/aether-enterprise-portal/templates/secret.yaml
index e55ef2e..97a8216 100644
--- a/aether-enterprise-portal/templates/secret.yaml
+++ b/aether-enterprise-portal/templates/secret.yaml
@@ -16,3 +16,15 @@
   {{ base $path }}: '{{ $root.Files.Get $path | b64enc }}'
   {{ end }}
 type: Opaque
+---
+apiVersion: v1
+kind: Secret
+metadata:
+  name: {{ template "aether-enterprise-portal.fullname" . }}-api
+  labels:
+    chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
+    release: "{{ .Release.Name }}"
+    heritage: "{{ .Release.Service }}"
+data:
+  credentials: {{ printf "%s:%s" .Values.prometheus.credentials.username .Values.prometheus.credentials.password | b64enc | b64enc | quote }}
+type: Opaque
\ No newline at end of file
diff --git a/aether-enterprise-portal/values.yaml b/aether-enterprise-portal/values.yaml
index 6d34ef9..a468140 100644
--- a/aether-enterprise-portal/values.yaml
+++ b/aether-enterprise-portal/values.yaml
@@ -81,6 +81,9 @@
   service: prometheus
   protocol: http
   port: 80
+  credentials:
+    username: toBeOverridden
+    password: toBeOverridden
 
 Nginx:
   port: 80
diff --git a/chronos-umbrella/Chart.yaml b/chronos-umbrella/Chart.yaml
index 6b1f1c7..12a8cfc 100644
--- a/chronos-umbrella/Chart.yaml
+++ b/chronos-umbrella/Chart.yaml
@@ -7,7 +7,7 @@
 description: Chronos Umbrella chart to deploy all Aether ROC

 kubeVersion: ">=1.18.0"

 type: application

-version: 0.1.28

+version: 0.1.29

 appVersion: v0.0.0

 keywords:

   - aether

@@ -33,12 +33,12 @@
   - name: aether-enterprise-portal

     condition: import.aether-enterprise-portal.enabled

     repository: "file://../aether-enterprise-portal"

-    version: 0.0.10

+    version: 0.1.0

   - name: rasa-model-server

     condition: import.rasa-model-server.enabled

     repository: "file://../rasa-model-server"

     version: 0.0.4

   - name: rasa

-    condition: import.rasa.chronos.enabled

+    condition: import.rasa.enabled

     repository: https://helm.rasa.com

     version: 1.16.0