Skip to content

Commit

Permalink
Merge pull request #269 from lpalashevski/4.2-fixes
Browse files Browse the repository at this point in the history
UI platform deployment fixes
  • Loading branch information
lpalashevski authored Jun 7, 2023
2 parents 1644855 + fa59eec commit 148705d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/odpi-egeria-lab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: odpi-egeria-lab
description: Egeria lab environment
apiVersion: v2
version: 4.1.0
appVersion: "4.1"
version: 4.2-prerelease.1
appVersion: "4.2-SNAPSHOT"
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, lab, jupyter, notebook
Expand Down
6 changes: 4 additions & 2 deletions charts/odpi-egeria-lab/templates/egeria-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ spec:
failureThreshold: 6
resources: {{ toYaml .Values.egeria.ui.resources | nindent 12 }}
env:
- name: "SERVER_PORT"
value: "8443"
- name: "SPRING_CONFIG_LOCATION"
value: "classpath:application.properties,classpath:application.yml"
- name: "LOADER_PATH"
value: "user-interface/lib"
- name: "OMAS_SERVER_NAME"
value: "cocoMDS1"
- name: "OMAS_SERVER_URL"
Expand Down
2 changes: 1 addition & 1 deletion charts/odpi-egeria-lab/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ service:
egeria:
#logging: OFF
development: true
version: "4.1"
version: "4.2-SNAPSHOT"
#repositoryType: "local-graph-repository"
repositoryType: "in-memory-repository"
# See https://github.com/odpi/egeria-charts/issues/56 for status of the Egeria UI (polymer) in this environment
Expand Down

0 comments on commit 148705d

Please sign in to comment.