[PORTALNG] Use latest images 52/140652/4
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 3 Apr 2025 13:53:45 +0000 (15:53 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 4 Apr 2025 09:10:04 +0000 (11:10 +0200)
- update ui image (0.1.2 -> 0.1.3)
- update bff image (0.1.0 -> 0.1.2)
- change default jaeger url
  (jaeger-collector.istio-system -> jaeger-collector.istio-config)

Issue-ID: PORTALNG-138
Change-Id: I00e1143cf4f6c66afc0a135dabd406c1be8ebf7a
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
kubernetes/portal-ng/Chart.yaml
kubernetes/portal-ng/components/portal-ng-bff/Chart.yaml
kubernetes/portal-ng/components/portal-ng-bff/values.yaml
kubernetes/portal-ng/components/portal-ng-history/values.yaml
kubernetes/portal-ng/components/portal-ng-preferences/values.yaml
kubernetes/portal-ng/components/portal-ng-ui/Chart.yaml
kubernetes/portal-ng/components/portal-ng-ui/values.yaml

index 32a4504..7019d47 100644 (file)
@@ -15,7 +15,7 @@
 apiVersion: v2
 description: ONAP Next Generation Portal
 name: portal-ng
-version: 13.0.1
+version: 13.0.2
 
 dependencies:
   - name: common
@@ -33,4 +33,3 @@ dependencies:
   - name: portal-ng-ui
     version: ~13.x-0
     repository: '@local'
-
index ade5d1e..457e5fb 100644 (file)
@@ -34,7 +34,7 @@ version: 13.0.1
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
-appVersion: 0.1.0
+appVersion: 0.1.2
 
 dependencies:
   - name: common
index cc39ea8..90ac470 100644 (file)
@@ -1,8 +1,8 @@
 global:
   env:
-    KEYCLOAK_URL: http://keycloak-keycloakx-http.keycloak
-    KEYCLOAK_REALM: ONAP
-    COLLECTOR_HOST: jaeger-collector.istio-system
+    KEYCLOAK_URL: http://keycloak-http.keycloak
+    KEYCLOAK_REALM: onap
+    COLLECTOR_HOST: jaeger-collector.istio-config
     COLLECTOR_PORT: 9411
 
 ## Default values for portal-ng-bff.
@@ -94,6 +94,7 @@ env:
   HISTORY_URL: http://portal-ng-history:9002
   PREFERENCES_URL: http://portal-ng-preferences:9001
   TRACING_ENABLED: true
+  RBAC_EXCLUDED_ENDPOINTS: ''
 
 secretEnv:
   KEYCLOAK_CLIENT_ID: portal-bff
index eb19442..cd7a62f 100644 (file)
@@ -1,8 +1,8 @@
 global:
   env:
-    KEYCLOAK_URL: http://keycloak-keycloakx-http.keycloak
-    KEYCLOAK_REALM: ONAP
-    COLLECTOR_HOST: jaeger-collector.istio-system
+    KEYCLOAK_URL: http://keycloak-http.keycloak
+    KEYCLOAK_REALM: onap
+    COLLECTOR_HOST: jaeger-collector.istio-config
     COLLECTOR_PORT: 9411
 
 image:
index dff4775..23f79ef 100644 (file)
@@ -1,8 +1,8 @@
 global:
   env:
-    KEYCLOAK_URL: http://keycloak-keycloakx-http.keycloak
-    KEYCLOAK_REALM: ONAP
-    COLLECTOR_HOST: jaeger-collector.istio-system
+    KEYCLOAK_URL: http://keycloak-http.keycloak
+    KEYCLOAK_REALM: onap
+    COLLECTOR_HOST: jaeger-collector.istio-config
     COLLECTOR_PORT: 9411
 
 # Default values for preferences.
index 496d7b1..b323a92 100644 (file)
@@ -34,7 +34,7 @@ version: 13.0.1
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
-appVersion: 0.1.2
+appVersion: 0.1.3
 
 dependencies:
   - name: common
index fa019b8..f806c4c 100644 (file)
@@ -14,8 +14,8 @@
 
 global:
   env:
-    KEYCLOAK_URL: http://keycloak-keycloakx-http.keycloak
-    KEYCLOAK_REALM: ONAP
+    KEYCLOAK_URL: http://keycloak-http.keycloak
+    KEYCLOAK_REALM: onap
   ingress:
     virtualhost:
       # Default Ingress base URL
@@ -103,7 +103,6 @@ affinity: {}
 
 env:
   NAME_SERVER: coredns.kube-system
-  KEYCLOAK_EXTERNAL_URL: https://keycloak-ui.simpledemo.onap.org
   BFF_URL: http://portal-ng-bff.onap.svc.cluster.local:9080
   NGINX_PORT: 8080