Skip to content

Commit

Permalink
release: 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Oct 17, 2024
1 parent b10e016 commit d44f146
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 116 deletions.
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.3
version: 3.4.4
# 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: 3 additions & 9 deletions charts/mint/templates/ui-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,9 @@ data:
window.REACT_APP_AIRFLOW_API = "https://airflow.mint.isi.edu/api/v1";
window.REACT_APP_AIRFLOW_DAG_DOWNLOAD_THREAD_ID = "download_thread"
{{ with .Values.external_services }}
{{ if eq .ckan.enabled true }}
window.REACT_APP_DATA_CATALOG_TYPE = {{ .ckan.type | quote }};
window.REACT_APP_DATA_CATALOG_KEY = {{ .ckan.api_key | quote }};
{{ end }}
{{ end }}
{{ if eq .Values.components.data_catalog.enabled false }}
{{ if eq .Values.external_services.ckan.enabled true }}
window.REACT_APP_DATA_CATALOG_TYPE = {{ .Values.external_services.ckan.type | quote }};
window.REACT_APP_DATA_CATALOG_API = {{.Values.external_services.ckan.url | quote }};
{{ end }}
window.REACT_APP_DATA_CATALOG_KEY = {{ .Values.secrets.external_services.ckan.api_key | quote }};
{{- end }}
Loading

0 comments on commit d44f146

Please sign in to comment.