Skip to content

Commit 9d5c706

Browse files
8.0.1 (#99)
* 8.0.1 dump * fix: update * update Helm documentation --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent be1362c commit 9d5c706

5 files changed

Lines changed: 143 additions & 129 deletions

File tree

charts/mint/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 8.0.0
18+
version: 8.0.1
1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.

charts/mint/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MINT
22

3-
![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)
3+
![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)
44

55
A Helm chart for MINT
66

@@ -93,10 +93,10 @@ A Helm chart for MINT
9393
| components.ensemble_manager.config.graphql.use_secret | bool | `true` | |
9494
| components.ensemble_manager.enabled | bool | `true` | Enable or disable Ensemble Manager |
9595
| components.ensemble_manager.environment.data_dir | string | `"/var/mint"` | |
96-
| components.ensemble_manager.image | object | `{"pullPolicy":"IfNotPresent","repository":"mintproject/ensemble-manager","tag":"bc469353a42afa09ca44407d6b2a2fc025d3dfbb"}` | Docker image repository for Ensemble Manager |
96+
| components.ensemble_manager.image | object | `{"pullPolicy":"IfNotPresent","repository":"mintproject/ensemble-manager","tag":"8.0.1"}` | Docker image repository for Ensemble Manager |
9797
| components.ensemble_manager.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for Ensemble Manager |
9898
| components.ensemble_manager.image.repository | string | `"mintproject/ensemble-manager"` | Docker image repository for Ensemble Manager |
99-
| components.ensemble_manager.image.tag | string | `"bc469353a42afa09ca44407d6b2a2fc025d3dfbb"` | Docker image tag for Ensemble Manager |
99+
| components.ensemble_manager.image.tag | string | `"8.0.1"` | Docker image tag for Ensemble Manager |
100100
| components.ensemble_manager.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
101101
| components.ensemble_manager.ingress.className | string | `""` | |
102102
| components.ensemble_manager.ingress.enabled | bool | `true` | |
@@ -253,7 +253,7 @@ A Helm chart for MINT
253253
| components.ui.enabled | bool | `true` | Enable or disable UI |
254254
| components.ui.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for UI |
255255
| components.ui.image.repository | string | `"mintproject/mint-ui-lit"` | Docker image repository for UI |
256-
| components.ui.image.tag | string | `"6eca685617482e7bf67dbd520bebaaefa4392ec5"` | Docker image tag for UI |
256+
| components.ui.image.tag | string | `"c52818e6b0d28e556c8696667cf4a5e3771d040d"` | Docker image tag for UI |
257257
| components.ui.ingress.annotations | object | `{}` | |
258258
| components.ui.ingress.className | string | `""` | |
259259
| components.ui.ingress.enabled | bool | `true` | Enable or disable ingress for UI |

charts/mint/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ components:
378378
# -- Docker image repository for UI
379379
repository: mintproject/mint-ui-lit
380380
# -- Docker image tag for UI
381-
tag: 50fdb8ca98c712883745e1d4cc0bdd508c025998
381+
tag: c52818e6b0d28e556c8696667cf4a5e3771d040d
382382
# -- Image pull policy for UI
383383
pullPolicy: IfNotPresent
384384
# -- Resource specifications for UI
@@ -411,7 +411,7 @@ components:
411411
# -- Docker image repository for Ensemble Manager
412412
repository: mintproject/ensemble-manager
413413
# -- Docker image tag for Ensemble Manager
414-
tag: bc469353a42afa09ca44407d6b2a2fc025d3dfbb
414+
tag: 8.0.1
415415
# -- Image pull policy for Ensemble Manager
416416
pullPolicy: IfNotPresent
417417
# -- Ensemble Manager deployment strategy (Recreate or RollingUpdate)

0 commit comments

Comments
 (0)