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: 8.0.0
version: 8.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.
Expand Down
8 changes: 4 additions & 4 deletions charts/mint/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MINT

![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)
![Version: 8.0.1](https://img.shields.io/badge/Version-8.0.1-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":"bc469353a42afa09ca44407d6b2a2fc025d3dfbb"}` | Docker image repository for Ensemble Manager |
| components.ensemble_manager.image | object | `{"pullPolicy":"IfNotPresent","repository":"mintproject/ensemble-manager","tag":"8.0.1"}` | 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 | `"bc469353a42afa09ca44407d6b2a2fc025d3dfbb"` | Docker image tag for Ensemble Manager |
| components.ensemble_manager.image.tag | string | `"8.0.1"` | 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 @@ -253,7 +253,7 @@ A Helm chart for MINT
| 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 | `"6eca685617482e7bf67dbd520bebaaefa4392ec5"` | Docker image tag for UI |
| components.ui.image.tag | string | `"c52818e6b0d28e556c8696667cf4a5e3771d040d"` | 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
4 changes: 2 additions & 2 deletions charts/mint/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ components:
# -- Docker image repository for UI
repository: mintproject/mint-ui-lit
# -- Docker image tag for UI
tag: 50fdb8ca98c712883745e1d4cc0bdd508c025998
tag: c52818e6b0d28e556c8696667cf4a5e3771d040d
# -- Image pull policy for UI
pullPolicy: IfNotPresent
# -- Resource specifications for UI
Expand Down Expand Up @@ -411,7 +411,7 @@ components:
# -- Docker image repository for Ensemble Manager
repository: mintproject/ensemble-manager
# -- Docker image tag for Ensemble Manager
tag: bc469353a42afa09ca44407d6b2a2fc025d3dfbb
tag: 8.0.1
# -- Image pull policy for Ensemble Manager
pullPolicy: IfNotPresent
# -- Ensemble Manager deployment strategy (Recreate or RollingUpdate)
Expand Down
Loading