Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/mint/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.4.7-pre1
version: 8.0.0
# 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.
Expand Down
12 changes: 7 additions & 5 deletions charts/mint/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MINT

![Version: 3.4.7-pre1](https://img.shields.io/badge/Version-3.4.7--pre1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.3](https://img.shields.io/badge/AppVersion-1.16.3-informational?style=flat-square)
![Version: 8.0.0](https://img.shields.io/badge/Version-8.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.3](https://img.shields.io/badge/AppVersion-1.16.3-informational?style=flat-square)

A Helm chart for MINT

Expand Down Expand Up @@ -93,10 +93,10 @@ A Helm chart for MINT
| components.ensemble_manager.config.graphql.use_secret | bool | `true` | |
| components.ensemble_manager.enabled | bool | `true` | Enable or disable Ensemble Manager |
| components.ensemble_manager.environment.data_dir | string | `"/var/mint"` | |
| components.ensemble_manager.image | object | `{"pullPolicy":"IfNotPresent","repository":"mintproject/ensemble-manager","tag":"814018a933c2750b62eef160394128daf3addf3d"}` | Docker image repository for Ensemble Manager |
| components.ensemble_manager.image | object | `{"pullPolicy":"IfNotPresent","repository":"mintproject/ensemble-manager","tag":"bc469353a42afa09ca44407d6b2a2fc025d3dfbb"}` | Docker image repository for Ensemble Manager |
| components.ensemble_manager.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for Ensemble Manager |
| components.ensemble_manager.image.repository | string | `"mintproject/ensemble-manager"` | Docker image repository for Ensemble Manager |
| components.ensemble_manager.image.tag | string | `"814018a933c2750b62eef160394128daf3addf3d"` | Docker image tag for Ensemble Manager |
| components.ensemble_manager.image.tag | string | `"bc469353a42afa09ca44407d6b2a2fc025d3dfbb"` | Docker image tag for Ensemble Manager |
| components.ensemble_manager.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
| components.ensemble_manager.ingress.className | string | `""` | |
| components.ensemble_manager.ingress.enabled | bool | `true` | |
Expand Down Expand Up @@ -198,7 +198,7 @@ A Helm chart for MINT
| components.model_catalog_api.environment.queries_dir | string | `"queries/"` | Queries directory for Model Catalog API |
| components.model_catalog_api.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for Model Catalog API |
| components.model_catalog_api.image.repository | string | `"mintproject/model-catalog-fastapi"` | Docker image repository for Model Catalog API |
| components.model_catalog_api.image.tag | string | `"e4928bdeffd8f0e128ab3ce28b85782d41190abf"` | Docker image tag for Model Catalog API |
| components.model_catalog_api.image.tag | string | `"7dd88dc5bf1fe6a6d4703ea0a077afee45cb2561"` | Docker image tag for Model Catalog API |
| components.model_catalog_api.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
| components.model_catalog_api.ingress.className | string | `""` | |
| components.model_catalog_api.ingress.enabled | bool | `true` | Enable or disable ingress for Model Catalog API |
Expand Down Expand Up @@ -246,12 +246,14 @@ A Helm chart for MINT
| components.model_catalog_explorer.resources | object | `{}` | Resource specifications for Model Catalog Explorer |
| components.ui.config.airflow_api | string | `""` | |
| components.ui.config.airflow_dag_download_thread_id | string | `""` | |
| components.ui.config.execution_component_from_tapis | bool | `false` | |
| components.ui.config.execution_component_from_tapis_tenant | string | `""` | |
| components.ui.config.ingestion_api | string | `""` | |
| components.ui.config.visualization_url | string | `""` | |
| components.ui.enabled | bool | `true` | Enable or disable UI |
| components.ui.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for UI |
| components.ui.image.repository | string | `"mintproject/mint-ui-lit"` | Docker image repository for UI |
| components.ui.image.tag | string | `"752ea0098dc9f106382090857825ad057f9e1a1e"` | Docker image tag for UI |
| components.ui.image.tag | string | `"6eca685617482e7bf67dbd520bebaaefa4392ec5"` | Docker image tag for UI |
| components.ui.ingress.annotations | object | `{}` | |
| components.ui.ingress.className | string | `""` | |
| components.ui.ingress.enabled | bool | `true` | Enable or disable ingress for UI |
Expand Down
20 changes: 12 additions & 8 deletions charts/mint/tapis.test.values.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
components:
ui:
image:
repository: mintproject/mint-ui-lit
tag: a4bbdf1b18f1073ce0fd8093ffe679266c9e9caf
pullPolicy: IfNotPresent
config:
execution_component_from_tapis: true
execution_component_from_tapis_tenant: "portals"
model_catalog_endpoint:
environment:
seeds_url: https://raw.githubusercontent.com/mintproject/model-catalog-endpoint/main/data/model-catalog.trig
ensemble_manager:
image:
repository: mintproject/ensemble-manager
tag: 8a3362ef2deb39a12b3751bee0baae873298db38
pullPolicy: IfNotPresent
config:
execution_engine:
type: "tapis"
Expand All @@ -27,3 +25,9 @@ components:
config:
tapisJwksUri: "https://portals.tapis.io/v3/tenants/portals"
tapisTokenIssuer: "https://portals.tapis.io/v3/tokens"

external_services:
ckan:
enabled: true
url: https://ckan.tacc.utexas.edu
type: "CKAN"
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@ spec:
secretKeyRef:
name: {{ include "mint.prefix" . }}-model-catalog-endpoint-secrets
key: password
- name: DATASET
value: {{ .Values.components.model_catalog_endpoint.environment.dataset }}
- name: SEEDS_URL
value: {{ .Values.components.model_catalog_endpoint.environment.seeds_url }}
{{- end }}
3 changes: 3 additions & 0 deletions charts/mint/templates/ui-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ data:
{{ end }}
{{ end }}

window.REACT_APP_EXECUTION_COMPONENT_FROM_TAPIS = {{ .Values.components.ui.config.execution_component_from_tapis }};
window.REACT_APP_EXECUTION_COMPONENT_FROM_TAPIS_TENANT = {{ .Values.components.ui.config.execution_component_from_tapis_tenant | quote }};

{{ with .Values.components.ensemble_manager.config.execution_engine }}
window.REACT_APP_EXECUTION_ENGINE = "{{ .type }}";
{{ if eq .type "localex" }}
Expand Down
8 changes: 5 additions & 3 deletions charts/mint/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ components:
# -- Docker image repository for Model Catalog API
repository: mintproject/model-catalog-fastapi
# -- Docker image tag for Model Catalog API
tag: e4928bdeffd8f0e128ab3ce28b85782d41190abf
tag: 7dd88dc5bf1fe6a6d4703ea0a077afee45cb2561
# -- Image pull policy for Model Catalog API
pullPolicy: IfNotPresent
# -- Resource specifications for Model Catalog API
Expand Down Expand Up @@ -378,7 +378,7 @@ components:
# -- Docker image repository for UI
repository: mintproject/mint-ui-lit
# -- Docker image tag for UI
tag: 752ea0098dc9f106382090857825ad057f9e1a1e
tag: 6eca685617482e7bf67dbd520bebaaefa4392ec5
# -- Image pull policy for UI
pullPolicy: IfNotPresent
# -- Resource specifications for UI
Expand All @@ -388,6 +388,8 @@ components:
ingestion_api: ""
airflow_api: ""
airflow_dag_download_thread_id: ""
execution_component_from_tapis: false
execution_component_from_tapis_tenant: ""
ingress:
# -- Enable or disable ingress for UI
enabled: true
Expand All @@ -409,7 +411,7 @@ components:
# -- Docker image repository for Ensemble Manager
repository: mintproject/ensemble-manager
# -- Docker image tag for Ensemble Manager
tag: 814018a933c2750b62eef160394128daf3addf3d
tag: bc469353a42afa09ca44407d6b2a2fc025d3dfbb
# -- Image pull policy for Ensemble Manager
pullPolicy: IfNotPresent
# -- Ensemble Manager deployment strategy (Recreate or RollingUpdate)
Expand Down
Loading