diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml new file mode 100644 index 0000000..005e979 --- /dev/null +++ b/.github/workflows/docs.yaml @@ -0,0 +1,14 @@ +name: Generate Helm documentation +on: + - pull_request +jobs: + generate: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.ref }} + - name: Run helm-docs + uses: losisin/helm-docs-github-action@v1 + with: + git-push: true diff --git a/charts/mint/Chart.yaml b/charts/mint/Chart.yaml index b27f1b4..525527e 100644 --- a/charts/mint/Chart.yaml +++ b/charts/mint/Chart.yaml @@ -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.3.8 +version: 3.4.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. diff --git a/charts/mint/README.md b/charts/mint/README.md index 102cf52..df77f9a 100644 --- a/charts/mint/README.md +++ b/charts/mint/README.md @@ -1,231 +1,298 @@ # MINT -![Version: 1.4.2](https://img.shields.io/badge/Version-1.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.1](https://img.shields.io/badge/AppVersion-1.16.1-informational?style=flat-square) - -## How to install - -```bash -cd helm -helm install . --generate-name --wait -``` +![Version: 3.4.0](https://img.shields.io/badge/Version-3.4.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 -## Values +## Maintainers -| Key | Type | Default | Description | -| ------------------------------------------------------------------------------------------ | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | -| affinity | object | `{}` | | -| auth.client_id | string | `"model_catalog"` | | -| auth.realm | string | `"production"` | | -| auth.ui_client_id | string | `"mint-ui"` | | -| auth.url | string | `"https://auth.mint.isi.edu/"` | | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| components.cromo.enabled | bool | `true` | | -| components.cromo.image.pullPolicy | string | `"IfNotPresent"` | | -| components.cromo.image.repository | string | `"mintproject/cromo"` | | -| components.cromo.image.tag | string | `"3c75586989aedf2573c37f5352f960c294377931"` | | -| components.cromo.ingress.annotations | object | `{}` | | -| components.cromo.ingress.className | string | `""` | | -| components.cromo.ingress.enabled | bool | `false` | | -| components.cromo.ingress.hosts[0].host | string | `"cromo.mint.local"` | | -| components.cromo.ingress.hosts[0].paths[0].path | string | `"/"` | | -| components.cromo.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | -| components.cromo.ingress.tls | list | `[]` | | -| components.data_catalog.enabled | bool | `true` | | -| components.data_catalog.image.pullPolicy | string | `"IfNotPresent"` | | -| components.data_catalog.image.repository | string | `"mintproject/data-catalog"` | | -| components.data_catalog.image.tag | string | `"89bd8354c69923e2da5db1098f8c3c272f59c0c2"` | | -| components.data_catalog.ingress.annotations | object | `{}` | | -| components.data_catalog.ingress.className | string | `""` | | -| components.data_catalog.ingress.enabled | bool | `false` | | -| components.data_catalog.ingress.hosts[0].host | string | `"datacatalog.mint.local"` | | -| components.data_catalog.ingress.hosts[0].paths[0].path | string | `"/"` | | -| components.data_catalog.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | -| components.data_catalog.ingress.tls | list | `[]` | | -| components.data_catalog_db.image.pullPolicy | string | `"IfNotPresent"` | | -| components.data_catalog_db.image.repository | string | `"mintproject/data-catalog-db"` | | -| components.data_catalog_db.image.tag | string | `"eb6546857a341b32685d458d656cfc9a1e5abc36"` | | -| components.data_catalog_db.persistence.accessModes[0] | string | `"ReadWriteOnce"` | | -| components.data_catalog_db.persistence.annotations."helm.sh/resource-policy" | string | `"keep"` | | -| components.data_catalog_db.persistence.dataSource | object | `{}` | | -| components.data_catalog_db.persistence.enabled | bool | `true` | | -| components.data_catalog_db.persistence.existingClaim | string | `""` | | -| components.data_catalog_db.persistence.selector | object | `{}` | | -| components.data_catalog_db.persistence.size | string | `"10Gi"` | | -| components.data_catalog_db.persistence.storageClass | string | `""` | | -| components.ensemble_manager.api_version | string | `"v1"` | | -| components.ensemble_manager.enabled | bool | `true` | | -| components.ensemble_manager.environment.data_dir | string | `"/var/www/html/mint"` | | -| components.ensemble_manager.environment.data_url | string | `"http://localhost/mint"` | | -| components.ensemble_manager.environment.parallel | int | `2` | | -| components.ensemble_manager.image.pullPolicy | string | `"IfNotPresent"` | | -| components.ensemble_manager.image.repository | string | `"mintproject/ensemble-manager"` | | -| components.ensemble_manager.image.tag | string | `"b09bc0a244ee53b97eec31c2b34875b6360fde9a"` | | -| components.ensemble_manager.ingress.annotations | object | `{}` | | -| components.ensemble_manager.ingress.className | string | `""` | | -| components.ensemble_manager.ingress.enabled | bool | `false` | | -| components.ensemble_manager.ingress.hosts[0].host | string | `"ensemble-manager.mint.local"` | | -| components.ensemble_manager.ingress.hosts[0].paths[0].path | string | `"/"` | | -| components.ensemble_manager.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | -| components.ensemble_manager.ingress.tls | list | `[]` | | -| components.hasura.enabled | bool | `true` | | -| components.hasura.environment.enable_console | bool | `true` | | -| components.hasura.environment.enable_dev_mode | bool | `false` | | -| components.hasura.environment.unauthorized_role | string | `"anonymous"` | | -| components.hasura.image.pullPolicy | string | `"IfNotPresent"` | | -| components.hasura.image.repository | string | `"mintproject/graphql-engine"` | | -| components.hasura.image.tag | string | `"f11c7d00e6cea23c3e616e7d5dbd63cdbedc2650"` | | -| components.hasura.ingress.annotations | object | `{}` | | -| components.hasura.ingress.className | string | `nil` | | -| components.hasura.ingress.enabled | bool | `false` | | -| components.hasura.ingress.hosts[0].host | string | `"graphql.mint.local"` | | -| components.hasura.ingress.hosts[0].paths[0].path | string | `"/"` | | -| components.hasura.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | -| components.hasura.ingress.tls | list | `[]` | | -| components.hasura_db.image.pullPolicy | string | `"IfNotPresent"` | | -| components.hasura_db.image.repository | string | `"postgis/postgis"` | | -| components.hasura_db.image.tag | string | `"10-3.2-alpine"` | | -| components.hasura_db.persistence.accessModes[0] | string | `"ReadWriteOnce"` | | -| components.hasura_db.persistence.annotations."helm.sh/resource-policy" | string | `"keep"` | | -| components.hasura_db.persistence.dataSource | object | `{}` | | -| components.hasura_db.persistence.enabled | bool | `true` | | -| components.hasura_db.persistence.existingClaim | string | `""` | | -| components.hasura_db.persistence.selector | object | `{}` | | -| components.hasura_db.persistence.size | string | `"10Gi"` | | -| components.hasura_db.persistence.storageClass | string | `""` | | -| components.mic_api.enabled | bool | `true` | | -| components.mic_api.image.pullPolicy | string | `"IfNotPresent"` | | -| components.mic_api.image.repository | string | `"mintproject/mic-api"` | | -| components.mic_api.image.tag | string | `"2825e342aca2b914a1bdd08168c6ad12d38fa711"` | | -| components.mic_api.ingress.annotations | object | `{}` | | -| components.mic_api.ingress.className | string | `""` | | -| components.mic_api.ingress.enabled | bool | `false` | | -| components.mic_api.ingress.hosts[0].host | string | `"api.mic.mint.local"` | | -| components.mic_api.ingress.hosts[0].paths[0].path | string | `"/"` | | -| components.mic_api.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | -| components.mic_api.ingress.tls | list | `[]` | | -| components.mic_api_db.image.pullPolicy | string | `"IfNotPresent"` | | -| components.mic_api_db.image.repository | string | `"postgres"` | | -| components.mic_api_db.image.tag | float | `14.6` | | -| components.mic_api_db.persistence.accessModes[0] | string | `"ReadWriteOnce"` | | -| components.mic_api_db.persistence.annotations."helm.sh/resource-policy" | string | `"keep"` | | -| components.mic_api_db.persistence.dataSource | object | `{}` | | -| components.mic_api_db.persistence.enabled | bool | `true` | | -| components.mic_api_db.persistence.existingClaim | string | `""` | | -| components.mic_api_db.persistence.selector | object | `{}` | | -| components.mic_api_db.persistence.size | string | `"10Gi"` | | -| components.mic_api_db.persistence.storageClass | string | `""` | | -| components.mic_ui.enabled | bool | `true` | | -| components.mic_ui.image.environment.airflow_url | string | `"https://airflow.mint.isi.edu/api/v1"` | | -| components.mic_ui.image.environment.api_url | string | `nil` | | -| components.mic_ui.image.pullPolicy | string | `"IfNotPresent"` | | -| components.mic_ui.image.repository | string | `"mintproject/mic-web"` | | -| components.mic_ui.image.tag | string | `"35be95954472812c0fab52dc185adf8d795348e1"` | | -| components.mic_ui.ingress.annotations | object | `{}` | | -| components.mic_ui.ingress.className | string | `""` | | -| components.mic_ui.ingress.enabled | bool | `false` | | -| components.mic_ui.ingress.hosts[0].host | string | `"mic.mint.local"` | | -| components.mic_ui.ingress.hosts[0].paths[0].path | string | `"/"` | | -| components.mic_ui.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | -| components.mic_ui.ingress.tls | list | `[]` | | -| components.model_catalog_api.api_version | string | `"v1.8.0"` | | -| components.model_catalog_api.enabled | bool | `true` | | -| components.model_catalog_api.environment.context_dir | string | `"contexts/"` | | -| components.model_catalog_api.environment.queries_dir | string | `"queries/"` | | -| components.model_catalog_api.image.pullPolicy | string | `"IfNotPresent"` | | -| components.model_catalog_api.image.repository | string | `"mintproject/model-catalog-fastapi"` | | -| components.model_catalog_api.image.tag | string | `"e495b2dd5cf5a67f82dae1fb8d4a8a32fb25e6d8"` | | -| 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 | `false` | | -| components.model_catalog_api.ingress.hosts[0].host | string | `"api.models.mint.local"` | | -| components.model_catalog_api.ingress.hosts[0].paths[0].path | string | `"/"` | | -| components.model_catalog_api.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | -| components.model_catalog_api.ingress.tls | list | `[]` | | -| components.model_catalog_endpoint.enabled | bool | `true` | | -| components.model_catalog_endpoint.environment.backup_file | string | `"/fuseki-base/seeds/model-catalog.trig"` | | -| components.model_catalog_endpoint.environment.dataset | string | `"modelcatalog"` | | -| components.model_catalog_endpoint.environment.graph_base | string | `"http://endpoint.mint.isi.edu/modelCatalog-1.8.0/data/"` | | -| components.model_catalog_endpoint.environment.prefix | string | `"https://w3id.org/okn/i/mint/"` | | -| components.model_catalog_endpoint.image.pullPolicy | string | `"IfNotPresent"` | | -| components.model_catalog_endpoint.image.repository | string | `"mintproject/model-catalog-endpoint"` | | -| components.model_catalog_endpoint.image.tag | string | `"4f698c73d4ff48ddd20f31315ea23850df8737d7"` | | -| components.model_catalog_endpoint.ingress.annotations | object | `{}` | | -| components.model_catalog_endpoint.ingress.className | string | `""` | | -| components.model_catalog_endpoint.ingress.enabled | bool | `false` | | -| components.model_catalog_endpoint.ingress.hosts[0].host | string | `"endpoint.models.mint.local"` | | -| components.model_catalog_endpoint.ingress.hosts[0].paths[0].path | string | `"/"` | | -| components.model_catalog_endpoint.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | -| components.model_catalog_endpoint.ingress.tls | list | `[]` | | -| components.model_catalog_endpoint.persistence.accessModes[0] | string | `"ReadWriteOnce"` | | -| components.model_catalog_endpoint.persistence.annotations."helm.sh/resource-policy" | string | `"keep"` | | -| components.model_catalog_endpoint.persistence.dataSource | object | `{}` | | -| components.model_catalog_endpoint.persistence.enabled | bool | `true` | | -| components.model_catalog_endpoint.persistence.existingClaim | string | `""` | | -| components.model_catalog_endpoint.persistence.selector | object | `{}` | | -| components.model_catalog_endpoint.persistence.size | string | `"10Gi"` | | -| components.model_catalog_endpoint.persistence.storageClass | string | `""` | | -| components.model_catalog_explorer.enabled | bool | `true` | | -| components.model_catalog_explorer.image.pullPolicy | string | `"IfNotPresent"` | | -| components.model_catalog_explorer.image.repository | string | `"mintproject/model-catalog-explorer"` | | -| components.model_catalog_explorer.image.tag | string | `"2bc1ec44e5857f4870972367fddf0ca81ed8d27b"` | | -| components.model_catalog_explorer.ingress.annotations | object | `{}` | | -| components.model_catalog_explorer.ingress.className | string | `""` | | -| components.model_catalog_explorer.ingress.enabled | bool | `false` | | -| components.model_catalog_explorer.ingress.hosts[0].host | string | `"models.mint.local"` | | -| components.model_catalog_explorer.ingress.hosts[0].paths[0].path | string | `"/"` | | -| components.model_catalog_explorer.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | -| components.model_catalog_explorer.ingress.tls | list | `[]` | | -| components.ui.enabled | bool | `true` | | -| components.ui.image.pullPolicy | string | `"IfNotPresent"` | | -| components.ui.image.repository | string | `"mintproject/mint-ui-lit"` | | -| components.ui.image.tag | string | `"80db1b04d820ea3a5beb86bd6dcf4ef041acda0a"` | | -| components.ui.ingress.annotations | object | `{}` | | -| components.ui.ingress.className | string | `""` | | -| components.ui.ingress.enabled | bool | `false` | | -| components.ui.ingress.hosts[0].host | string | `"mint.local"` | | -| components.ui.ingress.hosts[0].paths[0].path | string | `"/"` | | -| components.ui.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | -| components.ui.ingress.tls | list | `[]` | | -| default_user | string | `"mint@isi.edu"` | | -| fullnameOverride | string | `""` | | -| google.maps.key | string | `"CHANGEME"` | | -| imagePullSecrets | list | `[]` | | -| nameOverride | string | `""` | | -| nodeSelector | object | `{}` | | -| podAnnotations | object | `{}` | | -| podSecurityContext | object | `{}` | | -| resources | object | `{}` | | -| secrets.database.data_catalog.database | string | `"datacatalog"` | | -| secrets.database.data_catalog.password | string | `"CHANGEME"` | | -| secrets.database.data_catalog.username | string | `"datacatalog"` | | -| secrets.database.hasura.database | string | `"hasura"` | | -| secrets.database.hasura.password | string | `"CHANGEME"` | | -| secrets.database.hasura.username | string | `"hasura"` | | -| secrets.database.mic_api.database | string | `"mic"` | | -| secrets.database.mic_api.password | string | `"CHANGEME"` | | -| secrets.database.mic_api.username | string | `"mic"` | | -| secrets.database.model_catalog_endpoint.password | string | `"CHANGEME"` | | -| secrets.database.model_catalog_endpoint.username | string | `"admin"` | | -| secrets.hasura.admin_secret | string | `"CHANGEME"` | | -| secrets.hasura.jwt_secret | string | `"{\"type\": \"RS256\", \"key\": \"-----BEGIN CERTIFICATE-----\\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmyQQ56WKKsVCUs8n9swlv5DV7st7UUdvNoDSnwovdU2vinQQ686//vRqlUJ5vpyI7r75qTXCPkXUitDhPvGEMfChnb9tuWdymSyZmMmT+34oaYo/2bGSZjTlLRVfRJjUnFYeWoVLoXVKJolyDWtU6bXbFNnUyysb/6YIpg5sSwxkLs/9yl6HsWdFconxPJO6KmMPSjcOc0fZermNq+cOEvj1OqRhVkxDqBebreI+zcgrJHNSN8d6cxTmfVQl1jIPHvxE5oN7qUdfYmK4D+SOlj8FlkUvwis+3Ix2AQsvNoOD1OzuqUOd/FpXBnEGaeTq9EMwDxplNqltR/qT3/poUwIDAQAB\\n-----END CERTIFICATE-----\"}"` | | -| securityContext | object | `{}` | | -| service.port | int | `30000` | | -| service.type | string | `"NodePort"` | | -| serviceAccount.annotations | object | `{}` | | -| serviceAccount.create | bool | `true` | | -| serviceAccount.name | string | `""` | | -| tolerations | list | `[]` | | -| welcome_message | string | `"Welcome to MINT"` | | +| Name | Email | Url | +| ---- | ------ | --- | +| mosoriob | | | ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +## Values -``` +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| arm_support | bool | `false` | Enable or disable ARM support | +| auth.client_id | string | `"model_catalog"` | URL for authentication service | +| auth.realm | string | `"production"` | Realm for authentication service | +| auth.ui_client_id | string | `"mint-ui"` | Client ID for authentication service | +| auth.url | string | `"https://auth.mint.isi.edu/"` | Realm for authentication service | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| components.backups.enabled | bool | `false` | Enable or disable backups | +| components.cromo.enabled | bool | `false` | Enable or disable Cromo | +| components.cromo.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for Cromo | +| components.cromo.image.repository | string | `"mintproject/cromo"` | Docker image repository for Cromo | +| components.cromo.image.tag | string | `"3c75586989aedf2573c37f5352f960c294377931"` | Docker image tag for Cromo | +| components.cromo.ingress.annotations | object | `{}` | | +| components.cromo.ingress.className | string | `""` | | +| components.cromo.ingress.enabled | bool | `true` | Enable or disable ingress for Cromo | +| components.cromo.ingress.hosts[0].host | string | `"cromo.mint.local"` | | +| components.cromo.ingress.hosts[0].paths[0].path | string | `"/"` | | +| components.cromo.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | +| components.cromo.ingress.tls | list | `[]` | | +| components.cromo.resources | object | `{}` | Resource specifications for Cromo | +| components.data_catalog | object | `{"arm_image":{"pullPolicy":"IfNotPresent","repository":"mintproject/data-catalog","tag":"8a6af95cae183320d596dc5219f2f76d1f234749"},"enabled":true,"image":{"pullPolicy":"IfNotPresent","repository":"mintproject/data-catalog","tag":"9be70359feabe03ed55bfdbf92c20a7e43ab928b"},"ingress":{"annotations":{},"className":"","enabled":true,"hosts":[{"host":"datacatalog.mint.local","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}],"tls":[]},"resources":{}}` | Data Catalog component configuration | +| components.data_catalog.arm_image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for ARM-based Data Catalog | +| components.data_catalog.arm_image.repository | string | `"mintproject/data-catalog"` | Docker image repository for ARM-based Data Catalog | +| components.data_catalog.arm_image.tag | string | `"8a6af95cae183320d596dc5219f2f76d1f234749"` | Docker image tag for ARM-based Data Catalog | +| components.data_catalog.enabled | bool | `true` | Enable or disable Data Catalog | +| components.data_catalog.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for Data Catalog | +| components.data_catalog.image.repository | string | `"mintproject/data-catalog"` | Docker image repository for Data Catalog | +| components.data_catalog.image.tag | string | `"9be70359feabe03ed55bfdbf92c20a7e43ab928b"` | Docker image tag for Data Catalog | +| components.data_catalog.ingress.enabled | bool | `true` | Enable or disable ingress for Data Catalog | +| components.data_catalog.resources | object | `{}` | Resource specifications for Data Catalog | +| components.data_catalog_db.arm_image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for ARM-based Data Catalog database | +| components.data_catalog_db.arm_image.repository | string | `"mintproject/data-catalog-db"` | Docker image repository for ARM-based Data Catalog database | +| components.data_catalog_db.arm_image.tag | string | `"8a6af95cae183320d596dc5219f2f76d1f234749"` | Docker image tag for ARM-based Data Catalog database | +| components.data_catalog_db.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for Data Catalog database | +| components.data_catalog_db.image.repository | string | `"mintproject/data-catalog-db"` | Docker image repository for Data Catalog database | +| components.data_catalog_db.image.tag | string | `"9be70359feabe03ed55bfdbf92c20a7e43ab928b"` | Docker image tag for Data Catalog database | +| components.data_catalog_db.persistence.accessModes[0] | string | `"ReadWriteOnce"` | | +| components.data_catalog_db.persistence.annotations."helm.sh/resource-policy" | string | `"keep"` | | +| components.data_catalog_db.persistence.dataSource | object | `{}` | | +| components.data_catalog_db.persistence.enabled | bool | `true` | Enable or disable persistence for Data Catalog database | +| components.data_catalog_db.persistence.existingClaim | string | `""` | | +| components.data_catalog_db.persistence.selector | object | `{}` | | +| components.data_catalog_db.persistence.size | string | `"30Gi"` | | +| components.data_catalog_db.persistence.storageClass | string | `""` | | +| components.data_catalog_db.resources | object | `{}` | Resource specifications for Data Catalog database | +| components.ensemble_manager.api_version | string | `"v1"` | API version for Ensemble Manager | +| components.ensemble_manager.config.execution_engine.basePath | string | `""` | | +| components.ensemble_manager.config.execution_engine.code_dir | string | `"/home/node/app/data/code"` | | +| components.ensemble_manager.config.execution_engine.data_dir | string | `"/home/node/app/data/data"` | | +| components.ensemble_manager.config.execution_engine.data_url | string | `"s3://mintdata"` | | +| components.ensemble_manager.config.execution_engine.log_dir | string | `"/home/node/app/data/logs"` | | +| components.ensemble_manager.config.execution_engine.log_url | string | `"s3://mintdata"` | | +| components.ensemble_manager.config.execution_engine.parallelism | int | `2` | | +| components.ensemble_manager.config.execution_engine.temp_dir | string | `"/home/node/app/data/temp"` | | +| components.ensemble_manager.config.execution_engine.type | string | `"localex"` | | +| components.ensemble_manager.config.execution_engine.username | string | `""` | | +| components.ensemble_manager.config.execution_engine.wings_dot_path | string | `""` | | +| components.ensemble_manager.config.execution_engine.wings_export_url | string | `""` | | +| components.ensemble_manager.config.execution_engine.wings_ont_url | string | `""` | | +| components.ensemble_manager.config.execution_engine.wings_storage | string | `""` | | +| components.ensemble_manager.config.graphql.enable_ssl | bool | `false` | | +| components.ensemble_manager.config.graphql.endpoint | string | `"localhost:30003/v1/graphql"` | | +| 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":"3e1f40865e647a8025b06ac63178b0eed64aed3e"}` | 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 | `"3e1f40865e647a8025b06ac63178b0eed64aed3e"` | Docker image tag for Ensemble Manager | +| components.ensemble_manager.ingress.annotations | object | `{}` | | +| components.ensemble_manager.ingress.className | string | `""` | | +| components.ensemble_manager.ingress.enabled | bool | `true` | | +| components.ensemble_manager.ingress.hosts[0].host | string | `"ensemble-manager.mint.local"` | | +| components.ensemble_manager.ingress.hosts[0].paths[0].path | string | `"/"` | | +| components.ensemble_manager.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | +| components.ensemble_manager.ingress.tls | list | `[]` | | +| components.ensemble_manager.persistence.accessModes[0] | string | `"ReadWriteOnce"` | | +| components.ensemble_manager.persistence.annotations."helm.sh/resource-policy" | string | `"keep"` | | +| components.ensemble_manager.persistence.dataSource | object | `{}` | | +| components.ensemble_manager.persistence.enabled | bool | `true` | | +| components.ensemble_manager.persistence.existingClaim | string | `""` | | +| components.ensemble_manager.persistence.name | string | `"ensemble-manager"` | | +| components.ensemble_manager.persistence.selector | object | `{}` | | +| components.ensemble_manager.persistence.size | string | `"10Gi"` | | +| components.ensemble_manager.persistence.storageClass | string | `""` | | +| components.ensemble_manager.resources | object | `{}` | Resource specifications for Ensemble Manager | +| components.ensemble_manager.serviceAccountName | string | `"default"` | Service account name for Ensemble Manager, used to run jobs | +| components.ensemble_manager.strategy | object | `{"type":"Recreate"}` | Ensemble Manager deployment strategy (Recreate or RollingUpdate) | +| components.ensemble_manager.strategy.type | string | `"Recreate"` | Type of deployment strategy | +| components.hasura.enabled | bool | `true` | Enable or disable Hasura | +| components.hasura.environment.enable_console | bool | `true` | Enable or disable Hasura console | +| components.hasura.environment.enable_dev_mode | bool | `false` | Enable or disable Hasura dev mode | +| components.hasura.environment.unauthorized_role | string | `"anonymous"` | Unauthorized role for Hasura | +| components.hasura.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for Hasura | +| components.hasura.image.repository | string | `"mintproject/graphql-engine"` | Docker image repository for Hasura | +| components.hasura.image.tag | string | `"305c0dbeba1878eafe348f21fc300fbfc017d9dc"` | Docker image tag for Hasura | +| components.hasura.ingress.annotations | object | `{}` | | +| components.hasura.ingress.className | string | `nil` | | +| components.hasura.ingress.enabled | bool | `true` | Enable or disable ingress for Hasura | +| components.hasura.ingress.hosts[0].host | string | `"graphql.mint.local"` | | +| components.hasura.ingress.hosts[0].paths[0].path | string | `"/"` | | +| components.hasura.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | +| components.hasura.ingress.tls | list | `[]` | | +| components.hasura.resources | object | `{}` | Resource specifications for Hasura | +| components.hasura_db.arm_image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for ARM-based Hasura database | +| components.hasura_db.arm_image.repository | string | `"imresamu/postgis-arm64"` | Docker image repository for ARM-based Hasura database | +| components.hasura_db.arm_image.tag | string | `"12-3.4-alpine"` | Docker image tag for ARM-based Hasura database | +| components.hasura_db.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for Hasura database | +| components.hasura_db.image.repository | string | `"postgis/postgis"` | Docker image repository for Hasura database | +| components.hasura_db.image.tag | string | `"10-3.2-alpine"` | Docker image tag for Hasura database | +| components.hasura_db.persistence.accessModes[0] | string | `"ReadWriteOnce"` | | +| components.hasura_db.persistence.annotations."helm.sh/resource-policy" | string | `"keep"` | | +| components.hasura_db.persistence.dataSource | object | `{}` | | +| components.hasura_db.persistence.enabled | bool | `true` | Enable or disable persistence for Hasura database | +| components.hasura_db.persistence.existingClaim | string | `""` | | +| components.hasura_db.persistence.selector | object | `{}` | | +| components.hasura_db.persistence.size | string | `"30Gi"` | | +| components.hasura_db.persistence.storageClass | string | `""` | | +| components.hasura_db.resources | object | `{}` | Resource specifications for Hasura database | +| components.mic_api | object | `{"enabled":false,"image":{"pullPolicy":"IfNotPresent","repository":"mintproject/mic-api","tag":"ee71a1a364fc3d384f85243684ad95d37913b049"},"ingress":{"annotations":{},"className":"","enabled":true,"hosts":[{"host":"api.mic.mint.local","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}],"tls":[]},"resources":{}}` | MIC API component configuration | +| components.mic_api.enabled | bool | `false` | Enable or disable MIC API | +| components.mic_api.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for MIC API | +| components.mic_api.image.repository | string | `"mintproject/mic-api"` | Docker image repository for MIC API | +| components.mic_api.image.tag | string | `"ee71a1a364fc3d384f85243684ad95d37913b049"` | Docker image tag for MIC API | +| components.mic_api.ingress.enabled | bool | `true` | Enable or disable ingress for MIC API | +| components.mic_api.resources | object | `{}` | Resource specifications for MIC API | +| components.mic_api_db.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for MIC API database | +| components.mic_api_db.image.repository | string | `"postgres"` | Docker image repository for MIC API database | +| components.mic_api_db.image.tag | float | `14.6` | Docker image tag for MIC API database | +| components.mic_api_db.persistence.accessModes | list | `["ReadWriteOnce"]` | Access modes for MIC API database | +| components.mic_api_db.persistence.annotations."helm.sh/resource-policy" | string | `"keep"` | | +| components.mic_api_db.persistence.dataSource | object | `{}` | | +| components.mic_api_db.persistence.enabled | bool | `true` | Enable or disable persistence for MIC API database | +| components.mic_api_db.persistence.existingClaim | string | `""` | Existing claim for MIC API database | +| components.mic_api_db.persistence.selector | object | `{}` | | +| components.mic_api_db.persistence.size | string | `"10Gi"` | Size for MIC API database | +| components.mic_api_db.persistence.storageClass | string | `""` | Storage class for MIC API database | +| components.mic_api_db.resources | object | `{}` | Resource specifications for MIC API database | +| components.mic_ui.enabled | bool | `false` | Enable or disable MIC UI | +| components.mic_ui.image.environment.airflow_url | string | `"https://airflow.mint.isi.edu/api/v1"` | Airflow URL for MIC UI | +| components.mic_ui.image.environment.api_url | string | `nil` | API URL for MIC UI | +| components.mic_ui.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for MIC UI | +| components.mic_ui.image.repository | string | `"mintproject/mic-web"` | Docker image repository for MIC UI | +| components.mic_ui.image.tag | string | `"a736ac5841d471de4679bec80c13b0fb646ae073"` | Docker image tag for MIC UI | +| components.mic_ui.ingress.annotations | object | `{}` | | +| components.mic_ui.ingress.className | string | `""` | | +| components.mic_ui.ingress.enabled | bool | `true` | Enable or disable ingress for MIC UI | +| components.mic_ui.ingress.hosts[0].host | string | `"mic.mint.local"` | | +| components.mic_ui.ingress.hosts[0].paths[0].path | string | `"/"` | | +| components.mic_ui.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | +| components.mic_ui.ingress.tls | list | `[]` | | +| components.mic_ui.resources | object | `{}` | Resource specifications for MIC UI | +| components.model_catalog_api.api_version | string | `"v1.8.0"` | API version for Model Catalog API | +| components.model_catalog_api.enabled | bool | `true` | Enable or disable Model Catalog API | +| components.model_catalog_api.environment.context_dir | string | `"contexts/"` | Context directory for Model Catalog API | +| 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 | `"c5f784785c52034f75de24c46b89907c74a14312"` | 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 | +| components.model_catalog_api.ingress.hosts[0].host | string | `"api.models.mint.local"` | | +| components.model_catalog_api.ingress.hosts[0].paths[0].path | string | `"/"` | | +| components.model_catalog_api.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | +| components.model_catalog_api.ingress.tls | list | `[]` | | +| components.model_catalog_api.resources | object | `{}` | Resource specifications for Model Catalog API | +| components.model_catalog_endpoint.enabled | bool | `true` | Enable or disable Model Catalog Endpoint | +| components.model_catalog_endpoint.environment.backup_file | string | `"/fuseki-base/seeds/model-catalog.trig"` | Backup file path for Model Catalog Endpoint | +| components.model_catalog_endpoint.environment.dataset | string | `"modelcatalog"` | Dataset name for Model Catalog Endpoint Apache Jena Fuseki | +| components.model_catalog_endpoint.environment.graph_base | string | `"http://endpoint.mint.isi.edu/modelCatalog-1.8.0/data/"` | Graph base URL for Model Catalog Endpoint. The triples are stored in this graph | +| components.model_catalog_endpoint.environment.prefix | string | `"https://w3id.org/okn/i/mint/"` | Prefix URL for Model Catalog Endpoint | +| components.model_catalog_endpoint.environment.seeds_url | string | `"https://raw.githubusercontent.com/mintproject/model-catalog-endpoint/main/data/model-catalog.trig"` | Seeds URL for Model Catalog Endpoint | +| components.model_catalog_endpoint.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for Model Catalog Endpoint | +| components.model_catalog_endpoint.image.repository | string | `"mintproject/model-catalog-endpoint"` | Docker image repository for Model Catalog Endpoint | +| components.model_catalog_endpoint.image.tag | string | `"29256555a6fbaefae4729d5cd259564708a4ab04"` | Docker image tag for Model Catalog Endpoint | +| components.model_catalog_endpoint.ingress.annotations | object | `{}` | | +| components.model_catalog_endpoint.ingress.className | string | `""` | | +| components.model_catalog_endpoint.ingress.enabled | bool | `true` | Enable or disable ingress for Model Catalog Endpoint | +| components.model_catalog_endpoint.ingress.hosts[0].host | string | `"endpoint.models.mint.local"` | | +| components.model_catalog_endpoint.ingress.hosts[0].paths[0].path | string | `"/"` | | +| components.model_catalog_endpoint.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | +| components.model_catalog_endpoint.ingress.tls | list | `[]` | | +| components.model_catalog_endpoint.persistence.accessModes[0] | string | `"ReadWriteOnce"` | | +| components.model_catalog_endpoint.persistence.annotations."helm.sh/resource-policy" | string | `"keep"` | | +| components.model_catalog_endpoint.persistence.dataSource | object | `{}` | | +| components.model_catalog_endpoint.persistence.enabled | bool | `true` | Enable or disable persistence for Model Catalog Endpoint | +| components.model_catalog_endpoint.persistence.existingClaim | string | `""` | | +| components.model_catalog_endpoint.persistence.selector | object | `{}` | | +| components.model_catalog_endpoint.persistence.size | string | `"20Gi"` | | +| components.model_catalog_endpoint.persistence.storageClass | string | `""` | | +| components.model_catalog_endpoint.resources | object | `{}` | Resource specifications for Model Catalog Endpoint | +| components.model_catalog_explorer.enabled | bool | `true` | Enable or disable Model Catalog Explorer | +| components.model_catalog_explorer.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for Model Catalog Explorer | +| components.model_catalog_explorer.image.repository | string | `"mintproject/model-catalog-explorer"` | Docker image repository for Model Catalog Explorer | +| components.model_catalog_explorer.image.tag | string | `"0b2f9f0a9124076aeb492add2f123d0757066f6b"` | Docker image tag for Model Catalog Explorer | +| components.model_catalog_explorer.ingress.annotations | object | `{}` | | +| components.model_catalog_explorer.ingress.className | string | `""` | | +| components.model_catalog_explorer.ingress.enabled | bool | `true` | Enable or disable ingress for Model Catalog Explorer | +| components.model_catalog_explorer.ingress.hosts[0].host | string | `"models.mint.local"` | | +| components.model_catalog_explorer.ingress.hosts[0].paths[0].path | string | `"/"` | | +| components.model_catalog_explorer.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | +| components.model_catalog_explorer.ingress.tls | list | `[]` | | +| components.model_catalog_explorer.resources | object | `{}` | Resource specifications for Model Catalog Explorer | +| 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 | `"858ce054d1f757d0f6ec3765e878ec54091bb110"` | 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 | +| components.ui.ingress.hosts[0].host | string | `"mint.local"` | | +| components.ui.ingress.hosts[0].paths[0].path | string | `"/"` | | +| components.ui.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | +| components.ui.ingress.tls | list | `[]` | | +| components.ui.resources | object | `{}` | Resource specifications for UI | +| default_user | string | `"mint@isi.edu"` | Default user email | +| external_services.ckan.enabled | bool | `false` | Enable or disable CKAN service | +| external_services.ckan.extra.owner_organization_id | string | `""` | Owner organization ID for CKAN service | +| external_services.ckan.extra.owner_provenance_id | string | `""` | Owner provenance ID for CKAN service | +| external_services.ckan.type | string | `"CKAN"` | CKAN service type | +| external_services.ckan.url | string | `"http://localhost:5000"` | CKAN service configuration | +| external_services.kubernetes.cpu_limit | string | `"256m"` | Job CPU limit | +| external_services.kubernetes.enabled | bool | `false` | Enable or disable Kubernetes service to run jobs used by Ensemble Manager | +| external_services.kubernetes.memory_limit | string | `"512Mi"` | Job memory limit | +| external_services.kubernetes.namespace | string | `"default"` | Kubernetes namespace | +| external_services.kubernetes.node_affinity | bool | `true` | Toggle for node affinity. The job will be scheduled on the same node as the Ensemble Manager | +| external_services.s3.bucket | string | `""` | S3 bucket | +| external_services.s3.enabled | bool | `false` | Enable or disable S3 | +| external_services.s3.region | string | `""` | S3 region | +| external_services.s3.type | string | `"S3"` | S3 configuration | +| fullnameOverride | string | `""` | | +| google.maps.key | string | `"AIzaSyAkRnERo4F4dy9AhdrWHAN5vdJWs0vZCgM"` | API key for Google Maps | +| hostname | string | `"localhost"` | Hostname for the application | +| imagePullSecrets | list | `[]` | | +| jobs.hasura.enabled | bool | `true` | Enable or disable MINT Database initialization | +| jobs.hasura.resources | object | `{}` | Resource specifications for MINT Database initialization | +| jobs.model_catalog_endpoint.enabled | bool | `true` | Enable or disable Model Catalog API initialization | +| jobs.model_catalog_endpoint.resources | object | `{}` | Resource specifications for Model Catalog API initialization | +| nameOverride | string | `""` | | +| nodeSelector | object | `{}` | | +| podAnnotations | object | `{}` | | +| podSecurityContext | object | `{}` | | +| resources | object | `{}` | | +| secrets.backups.s3 | object | `{"access_key":"CHANGEME","bucket":"CHANGEME","endpoint":"example.com","path":"CHANGEME","region":null,"secret_key":"CHANGEME"}` | S3 configuration for backups of MINT databases | +| secrets.backups.s3.access_key | string | `"CHANGEME"` | Access key for S3 | +| secrets.backups.s3.bucket | string | `"CHANGEME"` | Region for S3 | +| secrets.backups.s3.endpoint | string | `"example.com"` | Url for S3 | +| secrets.backups.s3.path | string | `"CHANGEME"` | Bucket for S3 | +| secrets.backups.s3.region | string | `nil` | Path for S3 | +| secrets.backups.s3.secret_key | string | `"CHANGEME"` | Secret key for S3 | +| secrets.database.data_catalog.database | string | `"datacatalog"` | Database name for Data Catalog database | +| secrets.database.data_catalog.password | string | `"CHANGEME"` | Password for Data Catalog database | +| secrets.database.data_catalog.username | string | `"datacatalog"` | Username for Data Catalog database | +| secrets.database.hasura.database | string | `"hasura"` | Database name for Hasura database | +| secrets.database.hasura.password | string | `"CHANGEME"` | Password for Hasura database | +| secrets.database.hasura.username | string | `"hasura"` | Username for Hasura database | +| secrets.database.mic_api.database | string | `"mic"` | Database name for Mic API database | +| secrets.database.mic_api.password | string | `"CHANGEME"` | Password for Mic API database | +| secrets.database.mic_api.username | string | `"mic"` | Username for Mic API database | +| secrets.database.model_catalog_endpoint.password | string | `"CHANGEME"` | Password for Model Catalog Apache Jena Fuseki database | +| secrets.database.model_catalog_endpoint.username | string | `"admin"` | Username for Model Catalog Apache Jena Fuseki database | +| secrets.external_services.ckan.api_key | string | `"CHANGEME"` | API key for CKAN service. Used by Ensemble Manager to upload data | +| secrets.external_services.s3.access_key | string | `"CHANGEME"` | Access key for S3. Used by Ensemble Manager to upload data | +| secrets.external_services.s3.secret_key | string | `"CHANGEME"` | Secret key for S3 | +| secrets.hasura.admin_secret | string | `"CHANGEME"` | Admin secret for Hasura used to access the console | +| secrets.hasura.jwt_secret | string | `"{\"type\": \"RS256\", \"key\": \"-----BEGIN CERTIFICATE-----\\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmyQQ56WKKsVCUs8n9swlv5DV7st7UUdvNoDSnwovdU2vinQQ686//vRqlUJ5vpyI7r75qTXCPkXUitDhPvGEMfChnb9tuWdymSyZmMmT+34oaYo/2bGSZjTlLRVfRJjUnFYeWoVLoXVKJolyDWtU6bXbFNnUyysb/6YIpg5sSwxkLs/9yl6HsWdFconxPJO6KmMPSjcOc0fZermNq+cOEvj1OqRhVkxDqBebreI+zcgrJHNSN8d6cxTmfVQl1jIPHvxE5oN7qUdfYmK4D+SOlj8FlkUvwis+3Ix2AQsvNoOD1OzuqUOd/FpXBnEGaeTq9EMwDxplNqltR/qT3/poUwIDAQAB\\n-----END CERTIFICATE-----\", \"allowed_skew\": 2}"` | JWT verification secret for Hasura | +| securityContext | object | `{}` | | +| service | object | `{"port":80,"type":"ClusterIP"}` | Service configuration | +| service.port | int | `80` | Port number for the service | +| service.type | string | `"ClusterIP"` | Type of Kubernetes service | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| tolerations | list | `[]` | | +| welcome_message | string | `"Welcome to MINT"` | Welcome message for MINT | -``` +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/charts/mint/values.yaml b/charts/mint/values.yaml index 6bbf67e..c33364a 100644 --- a/charts/mint/values.yaml +++ b/charts/mint/values.yaml @@ -1,20 +1,33 @@ +# -- Welcome message for MINT welcome_message: Welcome to MINT +# -- Default user email default_user: mint@isi.edu +# -- Service configuration service: + # -- Type of Kubernetes service type: ClusterIP + # -- Port number for the service port: 80 +# -- Hostname for the application hostname: localhost +# -- Enable or disable ARM support arm_support: false components: backups: + # -- Enable or disable backups enabled: false cromo: + # -- Enable or disable Cromo enabled: false image: + # -- Docker image repository for Cromo repository: mintproject/cromo + # -- Docker image tag for Cromo tag: 3c75586989aedf2573c37f5352f960c294377931 + # -- Image pull policy for Cromo pullPolicy: IfNotPresent ingress: + # -- Enable or disable ingress for Cromo enabled: true className: "" annotations: {} @@ -24,17 +37,25 @@ components: - path: / pathType: ImplementationSpecific tls: [] + # -- Resource specifications for Cromo resources: {} mic_ui: + # -- Enable or disable MIC UI enabled: false image: + # -- Docker image repository for MIC UI repository: mintproject/mic-web + # -- Docker image tag for MIC UI tag: a736ac5841d471de4679bec80c13b0fb646ae073 + # -- Image pull policy for MIC UI pullPolicy: IfNotPresent environment: + # -- API URL for MIC UI api_url: null + # -- Airflow URL for MIC UI airflow_url: https://airflow.mint.isi.edu/api/v1 ingress: + # -- Enable or disable ingress for MIC UI enabled: true className: "" annotations: {} @@ -44,14 +65,21 @@ components: - path: / pathType: ImplementationSpecific tls: [] + # -- Resource specifications for MIC UI resources: {} + # -- MIC API component configuration mic_api: + # -- Enable or disable MIC API enabled: false image: + # -- Docker image repository for MIC API repository: mintproject/mic-api + # -- Docker image tag for MIC API tag: ee71a1a364fc3d384f85243684ad95d37913b049 + # -- Image pull policy for MIC API pullPolicy: IfNotPresent ingress: + # -- Enable or disable ingress for MIC API enabled: true className: "" annotations: {} @@ -61,36 +89,56 @@ components: - path: / pathType: ImplementationSpecific tls: [] + # -- Resource specifications for MIC API resources: {} mic_api_db: image: + # -- Docker image repository for MIC API database repository: postgres + # -- Docker image tag for MIC API database tag: 14.6 + # -- Image pull policy for MIC API database pullPolicy: IfNotPresent + # -- Resource specifications for MIC API database resources: {} persistence: + # -- Enable or disable persistence for MIC API database enabled: true + # -- Storage class for MIC API database storageClass: "" + # -- Access modes for MIC API database accessModes: - ReadWriteOnce + # -- Size for MIC API database size: 10Gi dataSource: {} + # -- Existing claim for MIC API database existingClaim: "" selector: {} annotations: helm.sh/resource-policy: keep + # -- Data Catalog component configuration data_catalog: + # -- Enable or disable Data Catalog enabled: true image: + # -- Docker image repository for Data Catalog repository: mintproject/data-catalog + # -- Docker image tag for Data Catalog tag: 9be70359feabe03ed55bfdbf92c20a7e43ab928b + # -- Image pull policy for Data Catalog pullPolicy: IfNotPresent arm_image: + # -- Docker image repository for ARM-based Data Catalog repository: mintproject/data-catalog + # -- Docker image tag for ARM-based Data Catalog tag: 8a6af95cae183320d596dc5219f2f76d1f234749 + # -- Image pull policy for ARM-based Data Catalog pullPolicy: IfNotPresent + # -- Resource specifications for Data Catalog resources: {} ingress: + # -- Enable or disable ingress for Data Catalog enabled: true className: "" annotations: {} @@ -102,15 +150,23 @@ components: tls: [] data_catalog_db: image: + # -- Docker image repository for Data Catalog database repository: mintproject/data-catalog-db + # -- Docker image tag for Data Catalog database tag: 9be70359feabe03ed55bfdbf92c20a7e43ab928b + # -- Image pull policy for Data Catalog database pullPolicy: IfNotPresent arm_image: + # -- Docker image repository for ARM-based Data Catalog database repository: mintproject/data-catalog-db + # -- Docker image tag for ARM-based Data Catalog database tag: 8a6af95cae183320d596dc5219f2f76d1f234749 + # -- Image pull policy for ARM-based Data Catalog database pullPolicy: IfNotPresent + # -- Resource specifications for Data Catalog database resources: {} persistence: + # -- Enable or disable persistence for Data Catalog database enabled: true storageClass: "" accessModes: @@ -122,19 +178,30 @@ components: annotations: helm.sh/resource-policy: keep model_catalog_endpoint: + # -- Enable or disable Model Catalog Endpoint enabled: true image: + # -- Docker image repository for Model Catalog Endpoint repository: mintproject/model-catalog-endpoint + # -- Docker image tag for Model Catalog Endpoint tag: 29256555a6fbaefae4729d5cd259564708a4ab04 + # -- Image pull policy for Model Catalog Endpoint pullPolicy: IfNotPresent + # -- Resource specifications for Model Catalog Endpoint resources: {} environment: + # -- Dataset name for Model Catalog Endpoint Apache Jena Fuseki dataset: modelcatalog + # -- Graph base URL for Model Catalog Endpoint. The triples are stored in this graph graph_base: http://endpoint.mint.isi.edu/modelCatalog-1.8.0/data/ + # -- Prefix URL for Model Catalog Endpoint prefix: https://w3id.org/okn/i/mint/ + # -- Backup file path for Model Catalog Endpoint backup_file: /fuseki-base/seeds/model-catalog.trig + # -- Seeds URL for Model Catalog Endpoint seeds_url: https://raw.githubusercontent.com/mintproject/model-catalog-endpoint/main/data/model-catalog.trig ingress: + # -- Enable or disable ingress for Model Catalog Endpoint enabled: true className: "" annotations: {} @@ -145,6 +212,7 @@ components: pathType: ImplementationSpecific tls: [] persistence: + # -- Enable or disable persistence for Model Catalog Endpoint enabled: true storageClass: "" accessModes: @@ -156,17 +224,26 @@ components: annotations: helm.sh/resource-policy: keep hasura: + # -- Enable or disable Hasura enabled: true image: + # -- Docker image repository for Hasura repository: mintproject/graphql-engine + # -- Docker image tag for Hasura tag: 305c0dbeba1878eafe348f21fc300fbfc017d9dc + # -- Image pull policy for Hasura pullPolicy: IfNotPresent + # -- Resource specifications for Hasura resources: {} environment: + # -- Enable or disable Hasura console enable_console: true + # -- Enable or disable Hasura dev mode enable_dev_mode: false + # -- Unauthorized role for Hasura unauthorized_role: anonymous ingress: + # -- Enable or disable ingress for Hasura enabled: true className: null annotations: {} @@ -178,15 +255,23 @@ components: tls: [] hasura_db: image: + # -- Docker image repository for Hasura database repository: postgis/postgis + # -- Docker image tag for Hasura database tag: 10-3.2-alpine + # -- Image pull policy for Hasura database pullPolicy: IfNotPresent arm_image: + # -- Docker image repository for ARM-based Hasura database repository: imresamu/postgis-arm64 + # -- Docker image tag for ARM-based Hasura database tag: 12-3.4-alpine + # -- Image pull policy for ARM-based Hasura database pullPolicy: IfNotPresent + # -- Resource specifications for Hasura database resources: {} persistence: + # -- Enable or disable persistence for Hasura database enabled: true storageClass: "" accessModes: @@ -198,13 +283,19 @@ components: annotations: helm.sh/resource-policy: keep model_catalog_explorer: + # -- Enable or disable Model Catalog Explorer enabled: true image: + # -- Docker image repository for Model Catalog Explorer repository: mintproject/model-catalog-explorer + # -- Docker image tag for Model Catalog Explorer tag: 0b2f9f0a9124076aeb492add2f123d0757066f6b + # -- Image pull policy for Model Catalog Explorer pullPolicy: IfNotPresent + # -- Resource specifications for Model Catalog Explorer resources: {} ingress: + # -- Enable or disable ingress for Model Catalog Explorer enabled: true className: "" annotations: {} @@ -215,17 +306,26 @@ components: pathType: ImplementationSpecific tls: [] model_catalog_api: + # -- Enable or disable Model Catalog API enabled: true + # -- API version for Model Catalog API api_version: v1.8.0 image: + # -- Docker image repository for Model Catalog API repository: mintproject/model-catalog-fastapi + # -- Docker image tag for Model Catalog API tag: c5f784785c52034f75de24c46b89907c74a14312 + # -- Image pull policy for Model Catalog API pullPolicy: IfNotPresent + # -- Resource specifications for Model Catalog API resources: {} environment: + # -- Context directory for Model Catalog API context_dir: contexts/ + # -- Queries directory for Model Catalog API queries_dir: queries/ ingress: + # -- Enable or disable ingress for Model Catalog API enabled: true className: "" annotations: @@ -237,13 +337,19 @@ components: pathType: ImplementationSpecific tls: [] ui: + # -- Enable or disable UI enabled: true image: + # -- Docker image repository for UI repository: mintproject/mint-ui-lit + # -- Docker image tag for UI tag: 858ce054d1f757d0f6ec3765e878ec54091bb110 + # -- Image pull policy for UI pullPolicy: IfNotPresent + # -- Resource specifications for UI resources: {} ingress: + # -- Enable or disable ingress for UI enabled: true className: "" annotations: {} @@ -254,15 +360,25 @@ components: pathType: ImplementationSpecific tls: [] ensemble_manager: + # -- Enable or disable Ensemble Manager enabled: true + # -- API version for Ensemble Manager api_version: v1 + # -- Docker image repository for Ensemble Manager image: + # -- Docker image repository for Ensemble Manager repository: mintproject/ensemble-manager + # -- Docker image tag for Ensemble Manager tag: 3e1f40865e647a8025b06ac63178b0eed64aed3e + # -- Image pull policy for Ensemble Manager pullPolicy: IfNotPresent + # -- Ensemble Manager deployment strategy (Recreate or RollingUpdate) strategy: + # -- Type of deployment strategy type: Recreate + # -- Resource specifications for Ensemble Manager resources: {} + # -- Service account name for Ensemble Manager, used to run jobs serviceAccountName: default environment: data_dir: /var/mint @@ -313,54 +429,119 @@ components: helm.sh/resource-policy: keep jobs: model_catalog_endpoint: + # -- Enable or disable Model Catalog API initialization enabled: true + # -- Resource specifications for Model Catalog API initialization resources: {} hasura: + # -- Enable or disable MINT Database initialization enabled: true + # -- Resource specifications for MINT Database initialization resources: {} google: maps: + # -- API key for Google Maps key: AIzaSyAkRnERo4F4dy9AhdrWHAN5vdJWs0vZCgM +external_services: + ckan: + # -- Enable or disable CKAN service + enabled: false + # -- CKAN service configuration + url: "http://localhost:5000" + # -- CKAN service type + type: "CKAN" + extra: + # -- Owner organization ID for CKAN service + owner_organization_id: "" + # -- Owner provenance ID for CKAN service + owner_provenance_id: "" + s3: + # -- Enable or disable S3 + enabled: false + # -- S3 configuration + type: "S3" + # -- S3 region + region: "" + # -- S3 bucket + bucket: "" + kubernetes: + # -- Enable or disable Kubernetes service to run jobs used by Ensemble Manager + enabled: false + # -- Kubernetes namespace + namespace: "default" + # -- Job CPU limit + cpu_limit: "256m" + # -- Job memory limit + memory_limit: "512Mi" + # -- Toggle for node affinity. The job will be scheduled on the same node as the Ensemble Manager + node_affinity: true secrets: external_services: ckan: + # -- API key for CKAN service. Used by Ensemble Manager to upload data api_key: CHANGEME s3: + # -- Access key for S3. Used by Ensemble Manager to upload data access_key: CHANGEME + # -- Secret key for S3 secret_key: CHANGEME database: data_catalog: + # -- Username for Data Catalog database username: datacatalog + # -- Password for Data Catalog database password: CHANGEME + # -- Database name for Data Catalog database database: datacatalog model_catalog_endpoint: + # -- Username for Model Catalog Apache Jena Fuseki database username: admin + # -- Password for Model Catalog Apache Jena Fuseki database password: CHANGEME hasura: + # -- Username for Hasura database username: hasura + # -- Password for Hasura database password: CHANGEME + # -- Database name for Hasura database database: hasura mic_api: + # -- Username for Mic API database username: mic + # -- Password for Mic API database password: CHANGEME + # -- Database name for Mic API database database: mic backups: + # -- S3 configuration for backups of MINT databases s3: + # -- Access key for S3 access_key: CHANGEME + # -- Secret key for S3 secret_key: CHANGEME + # -- Region for S3 bucket: CHANGEME + # -- Bucket for S3 path: CHANGEME + # -- Path for S3 region: null + # -- Url for S3 endpoint: example.com hasura: + # -- JWT verification secret for Hasura jwt_secret: '{"type": "RS256", "key": "-----BEGIN CERTIFICATE-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmyQQ56WKKsVCUs8n9swlv5DV7st7UUdvNoDSnwovdU2vinQQ686//vRqlUJ5vpyI7r75qTXCPkXUitDhPvGEMfChnb9tuWdymSyZmMmT+34oaYo/2bGSZjTlLRVfRJjUnFYeWoVLoXVKJolyDWtU6bXbFNnUyysb/6YIpg5sSwxkLs/9yl6HsWdFconxPJO6KmMPSjcOc0fZermNq+cOEvj1OqRhVkxDqBebreI+zcgrJHNSN8d6cxTmfVQl1jIPHvxE5oN7qUdfYmK4D+SOlj8FlkUvwis+3Ix2AQsvNoOD1OzuqUOd/FpXBnEGaeTq9EMwDxplNqltR/qT3/poUwIDAQAB\n-----END CERTIFICATE-----", "allowed_skew": 2}' + # -- Admin secret for Hasura used to access the console admin_secret: CHANGEME auth: + # -- URL for authentication service client_id: model_catalog + # -- Realm for authentication service url: https://auth.mint.isi.edu/ + # -- Realm for authentication service realm: production + # -- Client ID for authentication service ui_client_id: mint-ui imagePullSecrets: [] nameOverride: "" @@ -381,23 +562,3 @@ autoscaling: nodeSelector: {} tolerations: [] affinity: {} - -external_services: - ckan: - enabled: false - url: "http://localhost:5000" - type: "CKAN" - extra: - owner_organization_id: "" - owner_provenance_id: "" - s3: - enabled: false - type: "S3" - region: "" - bucket: "" - kubernetes: - enabled: false - namespace: "default" - cpu_limit: "256m" - memory_limit: "512Mi" - node_affinity: true diff --git a/index.yaml b/index.yaml index b07cec7..7e17039 100644 --- a/index.yaml +++ b/index.yaml @@ -3,7 +3,21 @@ entries: MINT: - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.938984-03:00" + created: "2024-09-23T11:20:13.578935-03:00" + description: A Helm chart for MINT + digest: 7c0a6a5458c9608bb4b97c61b771d60a4f67ed24c7a3145a0eaeff9940d9e200 + maintainers: + - email: maxiosorio@gmail.com + name: mosoriob + url: https://github.com/mosoriob + name: MINT + type: application + urls: + - https://mintproject.github.io/mint/releases/MINT-3.4.0.tgz + version: 3.4.0 + - apiVersion: v2 + appVersion: 1.16.3 + created: "2024-09-23T11:20:13.577749-03:00" description: A Helm chart for MINT digest: f85441edcfb921d4b40e3f49f2cd41a94ccea6600b35ad05383994d998da193c maintainers: @@ -17,7 +31,7 @@ entries: version: 3.3.8 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.937913-03:00" + created: "2024-09-23T11:20:13.576313-03:00" description: A Helm chart for MINT digest: b0798575ec3267aab05df18f56d17ec6f1395d23db207aa1d8377bd9198e464f maintainers: @@ -31,7 +45,7 @@ entries: version: 3.3.7 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.936605-03:00" + created: "2024-09-23T11:20:13.574494-03:00" description: A Helm chart for MINT digest: 3634b6e47bdc4af3a4ef6fbffb1e8e1e47f0fa396146c58741bd1f609986e2aa maintainers: @@ -45,7 +59,7 @@ entries: version: 3.3.6 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.93477-03:00" + created: "2024-09-23T11:20:13.572909-03:00" description: A Helm chart for MINT digest: 706b71d0f2cf2169524b1b6e26dc5da32f3f422cb7511731598310222cfded52 maintainers: @@ -59,7 +73,7 @@ entries: version: 3.3.5 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.933411-03:00" + created: "2024-09-23T11:20:13.571525-03:00" description: A Helm chart for MINT digest: 5873bbcd3b86904771879570af03659c12d9c01e6268c9e1f083a0daa3cb7659 maintainers: @@ -73,7 +87,7 @@ entries: version: 3.3.4 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.932011-03:00" + created: "2024-09-23T11:20:13.570155-03:00" description: A Helm chart for MINT digest: a48c2508726527affaec6c99f663fdd373ac04d3b6e37917f68e1f000e89313d maintainers: @@ -87,7 +101,7 @@ entries: version: 3.3.4-alpha.1 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.930393-03:00" + created: "2024-09-23T11:20:13.568463-03:00" description: A Helm chart for MINT digest: 92411c62b06f3b30d8187274f7f9afe28780cd1dc9d981efc83ba4df1a3291b2 maintainers: @@ -101,7 +115,7 @@ entries: version: 3.3.3 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.928652-03:00" + created: "2024-09-23T11:20:13.566597-03:00" description: A Helm chart for MINT digest: 855dedd1be6b14089c55fec118ab94977eb35beb72bddb7555dbdd0f3d24d5fb maintainers: @@ -115,7 +129,7 @@ entries: version: 3.3.3-alpha.1 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.927289-03:00" + created: "2024-09-23T11:20:13.565147-03:00" description: A Helm chart for MINT digest: 64e0f90466edb4077c4a40777c1b56b49f2e50088f0800a02dbb86dd447a3dc7 maintainers: @@ -129,7 +143,7 @@ entries: version: 3.3.2 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.922542-03:00" + created: "2024-09-23T11:20:13.560412-03:00" description: A Helm chart for MINT digest: fca1073c74a67d7f046fe576ec070ec658a943084fb20cc49a17eecc0a767392 maintainers: @@ -143,7 +157,7 @@ entries: version: 3.3.1-alpha.16 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.92089-03:00" + created: "2024-09-23T11:20:13.558693-03:00" description: A Helm chart for MINT digest: b38613aaf2f0aaeee069aee7f325cf31c2b613630420aa8a4cc8b1c2a259b47c maintainers: @@ -157,7 +171,7 @@ entries: version: 3.3.1-alpha.15 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.919511-03:00" + created: "2024-09-23T11:20:13.557013-03:00" description: A Helm chart for MINT digest: 1ca0af95a8fdacaa40228f02b1402804628f1ea47c55c05cc4e60670c853c824 maintainers: @@ -171,7 +185,7 @@ entries: version: 3.3.1-alpha.14 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.91764-03:00" + created: "2024-09-23T11:20:13.555581-03:00" description: A Helm chart for MINT digest: 7f579f4778e2422c0e051bc3c307488c5529f5111f46f970a1feaf6d23f91353 maintainers: @@ -185,7 +199,7 @@ entries: version: 3.3.1-alpha.13 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.916329-03:00" + created: "2024-09-23T11:20:13.554255-03:00" description: A Helm chart for MINT digest: 22458cd3c22b584e1c2822433b5aa4c9bebe77ce4e9593a0ed6e382a6e099296 maintainers: @@ -199,7 +213,7 @@ entries: version: 3.3.1-alpha.12 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.915033-03:00" + created: "2024-09-23T11:20:13.55285-03:00" description: A Helm chart for MINT digest: 833f01b5545d76bd928b1ac9b4ddf4c3621c27ee47245f0709f67cefd296ead5 maintainers: @@ -213,7 +227,7 @@ entries: version: 3.3.1-alpha.10 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.925808-03:00" + created: "2024-09-23T11:20:13.563269-03:00" description: A Helm chart for MINT digest: 181e8dea8534a493bd4e2b22a8f2db66b663a8dc7b64d998e447bbe078158f38 maintainers: @@ -227,7 +241,7 @@ entries: version: 3.3.1-alpha.6 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.923954-03:00" + created: "2024-09-23T11:20:13.561816-03:00" description: A Helm chart for MINT digest: 164e076e3741daf04f7d21ece2b4cb86503c778af12c7347bce5d106663ec8c5 maintainers: @@ -241,7 +255,7 @@ entries: version: 3.3.1-alpha.5 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.913628-03:00" + created: "2024-09-23T11:20:13.55095-03:00" description: A Helm chart for MINT digest: 7a2f01ff16e0193abdf51afdb8af957278e268d0ce899d43f16adcbb3ed06066 maintainers: @@ -255,7 +269,7 @@ entries: version: 3.3.0 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.912046-03:00" + created: "2024-09-23T11:20:13.549679-03:00" description: A Helm chart for MINT digest: 478f74d6248b27e85f6401e3d7a79530d9b8bc3e79f648e77307bbd630d4ac4b maintainers: @@ -269,7 +283,7 @@ entries: version: 3.2.0 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.910602-03:00" + created: "2024-09-23T11:20:13.548296-03:00" description: A Helm chart for MINT digest: 60e1155713419f799d31c6a2905ba03f008e69015f619f2ffdbdcaa308f15fef maintainers: @@ -283,7 +297,7 @@ entries: version: 3.2.0-alpha.1 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.909194-03:00" + created: "2024-09-23T11:20:13.546806-03:00" description: A Helm chart for MINT digest: d09376fdac4d06bbc815ba56d3a690c085532cf3870979221d32043062dacbed maintainers: @@ -297,7 +311,7 @@ entries: version: 3.1.1 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.90774-03:00" + created: "2024-09-23T11:20:13.544814-03:00" description: A Helm chart for MINT digest: 73672fd2f3d071e6e7fd0d634a1f2ad2bbcf776981a0cf0f1fa635ed7f562ad8 maintainers: @@ -311,7 +325,7 @@ entries: version: 3.1.0 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.905997-03:00" + created: "2024-09-23T11:20:13.543411-03:00" description: A Helm chart for MINT digest: a9a3194809b02157b024bedace8ad42b4e8291dbaa40cbd4c970e6593fd103f4 maintainers: @@ -325,7 +339,7 @@ entries: version: 3.0.1-alpha.2 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.90464-03:00" + created: "2024-09-23T11:20:13.542028-03:00" description: A Helm chart for MINT digest: 4502ee4ee16a0da1dc0d850a052fda4538da775050b9ec8e046bc37adbf29253 maintainers: @@ -339,7 +353,7 @@ entries: version: 3.0.1-alpha.1 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.903182-03:00" + created: "2024-09-23T11:20:13.540141-03:00" description: A Helm chart for MINT digest: d2c1481372efb5734da488fa010aeba1db680d9d89fd4cadadf99f9ccc7f1877 maintainers: @@ -353,7 +367,7 @@ entries: version: 3.0.0 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.901929-03:00" + created: "2024-09-23T11:20:13.538895-03:00" description: A Helm chart for MINT digest: 418ebf95384e27acf1e751b0eb1aa5000fa933a9cd39a83de428a033e5b53806 maintainers: @@ -367,7 +381,7 @@ entries: version: 3.0.0-alpha.2 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.900134-03:00" + created: "2024-09-23T11:20:13.537509-03:00" description: A Helm chart for MINT digest: 353053f31d1e2bd69767ccb9a556ec51ff6e1236031436817af627b3fc95c754 maintainers: @@ -381,7 +395,7 @@ entries: version: 3.0.0-alpha.1 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.898734-03:00" + created: "2024-09-23T11:20:13.536048-03:00" description: A Helm chart for MINT digest: 1224756f56a5b98a6cb26df9cfed03adb08fcda62a9178f49b29319a11e3bb8f maintainers: @@ -395,7 +409,7 @@ entries: version: 2.3.3 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.897221-03:00" + created: "2024-09-23T11:20:13.534396-03:00" description: A Helm chart for MINT digest: bf89ba5d8490ca8efa8ddc220b140f8e0f29d4a2739e8f401e8eb12f349c4396 maintainers: @@ -409,7 +423,7 @@ entries: version: 2.3.1 - apiVersion: v2 appVersion: 1.16.3 - created: "2024-09-20T15:06:52.895952-03:00" + created: "2024-09-23T11:20:13.53309-03:00" description: A Helm chart for MINT digest: 052db5e9e4bd62be4262d80320c13d5c62ca7b64be4be61a35088dc7e8864ba6 name: MINT @@ -419,7 +433,7 @@ entries: version: 2.3.0 - apiVersion: v2 appVersion: 1.16.2 - created: "2024-09-20T15:06:52.894306-03:00" + created: "2024-09-23T11:20:13.531823-03:00" description: A Helm chart for MINT digest: 98567a0bd0334564199b7639c76e8bea364e397c39317fe17b699ab1f1b6c67b name: MINT @@ -429,7 +443,7 @@ entries: version: 2.2.7 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.893093-03:00" + created: "2024-09-23T11:20:13.530598-03:00" description: A Helm chart for MINT digest: c887c706ae8e99eab5774b70f85613c46fece2b25fbe959580a5847698f05c73 name: MINT @@ -439,7 +453,7 @@ entries: version: 2.2.6 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.892092-03:00" + created: "2024-09-23T11:20:13.52954-03:00" description: A Helm chart for MINT digest: 811b15e5b32adfbd10ac53a07c2a530a30063795c93f33fc616959eab0dfa2c8 name: MINT @@ -449,7 +463,7 @@ entries: version: 2.2.5 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.891201-03:00" + created: "2024-09-23T11:20:13.528269-03:00" description: A Helm chart for MINT digest: 3011a3d98dcab01bb951dc5e12512aa23a5651996f8046c3a8425e075fbb93eb name: MINT @@ -459,7 +473,7 @@ entries: version: 2.2.4 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.890248-03:00" + created: "2024-09-23T11:20:13.52741-03:00" description: A Helm chart for MINT digest: a02805284b6ef454572382de3455bd8c1e5dd6b965d253277d85c243cbeaf2b4 name: MINT @@ -469,7 +483,7 @@ entries: version: 2.2.3 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.888986-03:00" + created: "2024-09-23T11:20:13.526557-03:00" description: A Helm chart for MINT digest: e168e2ab341bd97f840a575b81d4db801a132a49a149b0475c95a7b997ab8437 name: MINT @@ -479,7 +493,7 @@ entries: version: 2.2.2 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.888134-03:00" + created: "2024-09-23T11:20:13.525656-03:00" description: A Helm chart for MINT digest: 416a5a9eddb36a2c75d17e2719e5ec7a1e882bbea7819dcace84eb43b84d975c name: MINT @@ -489,7 +503,7 @@ entries: version: 2.2.1 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.887257-03:00" + created: "2024-09-23T11:20:13.524735-03:00" description: A Helm chart for MINT digest: b001652353730b421a9b00d6c0854255738eaea92f24685110746ddb888ea1e1 name: MINT @@ -499,7 +513,7 @@ entries: version: 2.2.0 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.88636-03:00" + created: "2024-09-23T11:20:13.523879-03:00" description: A Helm chart for MINT digest: 7cca79b898b7e5a245bb72e96d40f66a07641c23a2bf3c4282d9eb26e05dc40b name: MINT @@ -509,7 +523,7 @@ entries: version: 2.1.9 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.885443-03:00" + created: "2024-09-23T11:20:13.522662-03:00" description: A Helm chart for MINT digest: 4b58de7ebcc7a1416da5ac21d50332a3b5838a2627b9aecff3c3cf8e2747baa5 name: MINT @@ -519,7 +533,7 @@ entries: version: 2.1.8 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.884165-03:00" + created: "2024-09-23T11:20:13.521791-03:00" description: A Helm chart for MINT digest: 6c7c5f8598268c64b66ac1c0c7c7d4f830129029e8607a44e653c77d3804b7ca name: MINT @@ -529,7 +543,7 @@ entries: version: 2.1.7 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.883246-03:00" + created: "2024-09-23T11:20:13.520914-03:00" description: A Helm chart for MINT digest: 6bc8f8cfeae2cf3eebbe5149e1cb3d9c2f5951faee2a059cb66a896740ef71c2 name: MINT @@ -539,7 +553,7 @@ entries: version: 2.1.6 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.882361-03:00" + created: "2024-09-23T11:20:13.520042-03:00" description: A Helm chart for MINT digest: 90d5b891f22e3598d4bdeb6dfda9a057d56012367ed60c970226019effe84495 name: MINT @@ -549,7 +563,7 @@ entries: version: 2.1.5 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.881352-03:00" + created: "2024-09-23T11:20:13.518994-03:00" description: A Helm chart for MINT digest: 98fd19dd8c33e420aa08706a23d0dca1b75527fd53125e54335cacdc10e48a9f name: MINT @@ -559,7 +573,7 @@ entries: version: 2.1.4 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.8805-03:00" + created: "2024-09-23T11:20:13.518081-03:00" description: A Helm chart for MINT digest: c02423458b407c1b40bdbcd35fc721c69a002534286e5fe146529d8985d90522 name: MINT @@ -569,7 +583,7 @@ entries: version: 2.1.3 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.879621-03:00" + created: "2024-09-23T11:20:13.516725-03:00" description: A Helm chart for MINT digest: 066cd07bdb91d3e2e786c1894785f6f772a4e97147a59b35138d41e435d7bd3f name: MINT @@ -579,7 +593,7 @@ entries: version: 2.1.2 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.878313-03:00" + created: "2024-09-23T11:20:13.515849-03:00" description: A Helm chart for MINT digest: 77d65ead31d52b93fd1a9c438858ad4da39141b04c132d76b550ac285e94fa47 name: MINT @@ -589,7 +603,7 @@ entries: version: 2.1.1 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.877425-03:00" + created: "2024-09-23T11:20:13.51497-03:00" description: A Helm chart for MINT digest: 661e005f57577e045e25dfd99f5281dbbb0824d4faa666c8b03ce9b225235897 name: MINT @@ -599,7 +613,7 @@ entries: version: 2.1.0 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.876408-03:00" + created: "2024-09-23T11:20:13.513969-03:00" description: A Helm chart for MINT digest: eb0ed5c12c026733f252831e7d07a8139cb9611703c68d326a1a8b8a7b8556a0 name: MINT @@ -609,7 +623,7 @@ entries: version: 2.0.3 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.875355-03:00" + created: "2024-09-23T11:20:13.512928-03:00" description: A Helm chart for MINT digest: de8fd357872d972de8ce1edab73ce88edc3c4bcd2992dcf96d0227cdd025dca2 name: MINT @@ -619,7 +633,7 @@ entries: version: 2.0.2 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.874362-03:00" + created: "2024-09-23T11:20:13.511929-03:00" description: A Helm chart for MINT digest: 2894fb146960e3d186d93d4cfef0fd3d4a1b64aba0b68c79577289d3eadb3e24 name: MINT @@ -629,7 +643,7 @@ entries: version: 2.0.1 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.873073-03:00" + created: "2024-09-23T11:20:13.510483-03:00" description: A Helm chart for MINT digest: 24fc1468ed473de53e87a19fda76a59e65fb5bd4b92619f2cebe68eba71b0652 name: MINT @@ -639,7 +653,7 @@ entries: version: 2.0.0 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.872205-03:00" + created: "2024-09-23T11:20:13.509624-03:00" description: A Helm chart for MINT digest: 8a790838a9103b920e367cbffdde25644d6dedc097330bed04e252ae53780b22 name: MINT @@ -649,7 +663,7 @@ entries: version: 1.4.7 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.871395-03:00" + created: "2024-09-23T11:20:13.508798-03:00" description: A Helm chart for MINT digest: d12b2a689065ec57f3a8bae279ea5186cc40f761064ab541aef6752cdce844d5 name: MINT @@ -659,7 +673,7 @@ entries: version: 1.4.6 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.870563-03:00" + created: "2024-09-23T11:20:13.507999-03:00" description: A Helm chart for MINT digest: 5b229b162c654fca1347e7fc8afae3c67a8bde0b57fe6594621c81148f27745d name: MINT @@ -669,7 +683,7 @@ entries: version: 1.4.5 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.869702-03:00" + created: "2024-09-23T11:20:13.507192-03:00" description: A Helm chart for MINT digest: 9336cc3f21f4b0d3e8467a34fe1470303b50987567e24bbfd0337ad9f136b4bd name: MINT @@ -679,7 +693,7 @@ entries: version: 1.4.4 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.86857-03:00" + created: "2024-09-23T11:20:13.506392-03:00" description: A Helm chart for MINT digest: d3a6a527980a7342fe7b301f662ab8d1ca5eb656f4f3c450a978b811a7c5f882 name: MINT @@ -689,7 +703,7 @@ entries: version: 1.4.3 - apiVersion: v2 appVersion: 1.16.1 - created: "2024-09-20T15:06:52.867701-03:00" + created: "2024-09-23T11:20:13.505199-03:00" description: A Helm chart for MINT digest: 599af468fb628629480a1d46ef6a8b3fb0554fb806cbfb05dfadf51a9277f66a name: MINT @@ -699,7 +713,7 @@ entries: version: 1.4.2 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.866826-03:00" + created: "2024-09-23T11:20:13.50438-03:00" description: A Helm chart for MINT digest: dfe93e95a0c832825521b6b6fe8a5ac02e6eb64784907e2d7de9059cb8a423d6 name: MINT @@ -709,7 +723,7 @@ entries: version: 1.4.1 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.865924-03:00" + created: "2024-09-23T11:20:13.50349-03:00" description: A Helm chart for MINT digest: 0ce38971269d661e292fb9328ec125f7b694c6aa5219be06e2292dc594657d0e name: MINT @@ -719,7 +733,7 @@ entries: version: 1.4.0 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.865162-03:00" + created: "2024-09-23T11:20:13.502663-03:00" description: A Helm chart for MINT digest: 7b88b02262e7dfa76b5fca20405ad55f488ec07c29d71cce4c0d5c27a5104b4a name: MINT @@ -729,7 +743,7 @@ entries: version: 1.3.0 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.864298-03:00" + created: "2024-09-23T11:20:13.501796-03:00" description: A Helm chart for MINT digest: 208b801c1374b022fb9027f6e5272e55d23c6502baed01ee02830b2dd720ae2e name: MINT @@ -739,7 +753,7 @@ entries: version: 1.2.1 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.863085-03:00" + created: "2024-09-23T11:20:13.500977-03:00" description: A Helm chart for MINT digest: ac7eb799c1aa70b6dde566a6d99c2121c1173ad94ed8c17428db1354533919ce name: MINT @@ -749,7 +763,7 @@ entries: version: 1.2.0 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.862319-03:00" + created: "2024-09-23T11:20:13.499819-03:00" description: A Helm chart for MINT digest: e0c24e8b3d3409828eb0a5b7bbb9323dddd26376ee14c2fbd4d62a07fc7d09c5 name: MINT @@ -759,7 +773,7 @@ entries: version: 1.1.2 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.861572-03:00" + created: "2024-09-23T11:20:13.498981-03:00" description: A Helm chart for MINT digest: e401be24735a9ca68240a2cdeac180a353a1d1010a30bf55bb2e662f94ef59bc name: MINT @@ -769,7 +783,7 @@ entries: version: 1.1.1 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.860818-03:00" + created: "2024-09-23T11:20:13.498195-03:00" description: A Helm chart for MINT digest: 41d0dd09352a6733deda195757bcc05f4224bff47946641842b799217cb1d3f3 name: MINT @@ -779,7 +793,7 @@ entries: version: 1.1.0 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.860028-03:00" + created: "2024-09-23T11:20:13.49738-03:00" description: A Helm chart for MINT digest: 63d38254df08e071958b7fa5362df0554e14d094efe39f388919df8da465b5a2 name: MINT @@ -789,7 +803,7 @@ entries: version: 1.0.6 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.859342-03:00" + created: "2024-09-23T11:20:13.496649-03:00" description: A Helm chart for MINT digest: 20c35316798a15552084149ebca28ad858ee3787cb954a0c6c36a2bc22fed324 name: MINT @@ -799,7 +813,7 @@ entries: version: 1.0.5 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.858472-03:00" + created: "2024-09-23T11:20:13.495735-03:00" description: A Helm chart for MINT digest: 7f1ef9debb71a25df17d16334f03f157138c72794d7db8db4bdd5c1a37619411 name: MINT @@ -809,7 +823,7 @@ entries: version: 1.0.4 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.857313-03:00" + created: "2024-09-23T11:20:13.49477-03:00" description: A Helm chart for MINT digest: 8851c1479e81f30ee60fd431bc6371a87e0510f8e088417a2bb28689b3e1103f name: MINT @@ -819,7 +833,7 @@ entries: version: 1.0.3 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.856436-03:00" + created: "2024-09-23T11:20:13.493804-03:00" description: A Helm chart for MINT digest: 25a37073c524aedeff255f1418df89835091cffb0c975ab007f9acc2460b0dfb name: MINT @@ -829,7 +843,7 @@ entries: version: 1.0.2 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.855645-03:00" + created: "2024-09-23T11:20:13.492976-03:00" description: A Helm chart for MINT digest: b786dd3bc10bdaa7f70322c2623bb2aeb398d180aa2fd0e8ce7cf3342a9a2d09 name: MINT @@ -839,7 +853,7 @@ entries: version: 1.0.1 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.854846-03:00" + created: "2024-09-23T11:20:13.492216-03:00" description: A Helm chart for MINT digest: 34831e91732985227a731e2800b99b15c4f1fbe6b2dc90bfb38ad932d109f75f name: MINT @@ -849,7 +863,7 @@ entries: version: 1.0.0 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.854044-03:00" + created: "2024-09-23T11:20:13.491443-03:00" description: A Helm chart for MINT digest: fd8b1b29ff83418f9244135ff1c1d2b6931717282b6619042f31218b431a02ba name: MINT @@ -859,7 +873,7 @@ entries: version: 0.3.9 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.853323-03:00" + created: "2024-09-23T11:20:13.490736-03:00" description: A Helm chart for MINT digest: b3d269bd5aad8daa6cca305687cd33c1fdfc5a554694a55c58bd431b41fb2046 name: MINT @@ -869,7 +883,7 @@ entries: version: 0.3.8 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.852466-03:00" + created: "2024-09-23T11:20:13.489934-03:00" description: A Helm chart for MINT digest: adcd66236e954cd9c10a931c4c98b5b8d339a0a7682f65438647a7d85463a325 name: MINT @@ -879,7 +893,7 @@ entries: version: 0.3.7 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.851683-03:00" + created: "2024-09-23T11:20:13.489186-03:00" description: A Helm chart for MINT digest: 54f4f1e932d144ea8e0e0bb0404d8558cd36042d209c7aae13664d6bf3da44be name: MINT @@ -889,7 +903,7 @@ entries: version: 0.3.6 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.850459-03:00" + created: "2024-09-23T11:20:13.488388-03:00" description: A Helm chart for MINT digest: 3e7b4feb27d4cb3cf58045cbb689a7524950d0c9f987b05036a78b11a7ed1084 name: MINT @@ -899,7 +913,7 @@ entries: version: 0.3.5 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.849834-03:00" + created: "2024-09-23T11:20:13.487633-03:00" description: A Helm chart for MINT digest: a06c239c49ec74a0c99f0866ffb47b00f1bdd6c3c009c4b4257a430f9702bb45 name: MINT @@ -909,7 +923,7 @@ entries: version: 0.3.4 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.849232-03:00" + created: "2024-09-23T11:20:13.487003-03:00" description: A Helm chart for MINT digest: 6ad99bac1f1d6c5d1286d871b007d11b633b75ed8b7807745837cad025aec8cc name: MINT @@ -919,7 +933,7 @@ entries: version: 0.3.3 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.848609-03:00" + created: "2024-09-23T11:20:13.486403-03:00" description: A Helm chart for MINT digest: eab856896d66b164496bb2db3aaf2939cd2d6705e3f92eb97a5247a6f8c7e3f5 name: MINT @@ -929,7 +943,7 @@ entries: version: 0.3.2 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.848017-03:00" + created: "2024-09-23T11:20:13.485764-03:00" description: A Helm chart for MINT digest: 66186b196e359e3dc6bc93142a641daf759047770beead9e4fdeebf93d6757fc name: MINT @@ -939,7 +953,7 @@ entries: version: 0.3.1 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.847444-03:00" + created: "2024-09-23T11:20:13.48515-03:00" description: A Helm chart for MINT digest: d6e73e1a393c370f3da44366ed2828ea18cf48da8ebabcff4ebbd32df3c54b55 name: MINT @@ -949,7 +963,7 @@ entries: version: 0.3.0 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.846869-03:00" + created: "2024-09-23T11:20:13.484519-03:00" description: A Helm chart for MINT digest: 7477e1f5ecc03f9c19e4abede7c23a1d50401e2f6a44be2a51f479f24a2d36ed name: MINT @@ -959,7 +973,7 @@ entries: version: 0.2.9 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.846278-03:00" + created: "2024-09-23T11:20:13.483885-03:00" description: A Helm chart for MINT digest: b79c3f7cba33db725a6aaf85a59439e87a7c0fe5e8d59852ef0e90b1f05e5956 name: MINT @@ -969,7 +983,7 @@ entries: version: 0.2.8 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.845105-03:00" + created: "2024-09-23T11:20:13.48328-03:00" description: A Helm chart for MINT digest: c31c4aa8220f9151327e5ad0cf6e251689b72765564669f10a6626cd1d9e232c name: MINT @@ -979,7 +993,7 @@ entries: version: 0.2.7 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.844538-03:00" + created: "2024-09-23T11:20:13.482136-03:00" description: A Helm chart for MINT digest: 111af7dfbec5892057282936a2ff8f3b1a8def57cf2010c6c68085da8c9e0d99 name: MINT @@ -989,7 +1003,7 @@ entries: version: 0.2.6 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.843929-03:00" + created: "2024-09-23T11:20:13.481591-03:00" description: A Helm chart for MINT digest: 69112cec3295d1bd916262fc55cb4556dbb9d4d5c2371bfa63bee6af52ad4491 name: MINT @@ -999,7 +1013,7 @@ entries: version: 0.2.5 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.843326-03:00" + created: "2024-09-23T11:20:13.481034-03:00" description: A Helm chart for MINT digest: dbf6d1e148e72dc1ffd77c869c9b8da699a7bb749c899315a1886c64112f5b75 name: MINT @@ -1009,7 +1023,7 @@ entries: version: 0.2.4 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.842699-03:00" + created: "2024-09-23T11:20:13.480462-03:00" description: A Helm chart for MINT digest: f9bf5365c50c5ed9e62609de277cc8d350b874c75c996e70e9ec9a58c6f0c600 name: MINT @@ -1019,7 +1033,7 @@ entries: version: 0.2.3 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.841907-03:00" + created: "2024-09-23T11:20:13.479785-03:00" description: A Helm chart for MINT digest: 7e839c7397a2f4d2fc40a74885f14e1214db1c8dfe0de15de82f7f69025a2f64 name: MINT @@ -1029,7 +1043,7 @@ entries: version: 0.2.2 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.84111-03:00" + created: "2024-09-23T11:20:13.478993-03:00" description: A Helm chart for MINT digest: d682a327bb7edbd8478f60f4fbbe652bd19240b2420fafd4fadcb010bdad330a name: MINT @@ -1039,7 +1053,7 @@ entries: version: 0.2.1 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.837439-03:00" + created: "2024-09-23T11:20:13.475688-03:00" description: A Helm chart for MINT digest: 90ef5332e1d5f7b04ab5c2c65411344370baae539c4e7d0377063a373e867636 name: MINT @@ -1049,7 +1063,7 @@ entries: version: 0.2.0 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.835569-03:00" + created: "2024-09-23T11:20:13.473931-03:00" description: A Helm chart for MINT digest: d7534c936064ac704e57b1bc143684ddc9ac606568ef9bb6515c690cb3cb00bd name: MINT @@ -1059,7 +1073,7 @@ entries: version: 0.1.4 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.834024-03:00" + created: "2024-09-23T11:20:13.472515-03:00" description: A Helm chart for MINT digest: 51cad48a1795b51ab7cbb1eb177607cb77c36251210d9cdee1a05ea0f923dee8 name: MINT @@ -1069,7 +1083,7 @@ entries: version: 0.1.3 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.832831-03:00" + created: "2024-09-23T11:20:13.471385-03:00" description: A Helm chart for MINT digest: c46dcecfee55dc90202e7c3d43cf5fec93b8631bbcfa207315fa006bba7dff97 name: MINT @@ -1079,7 +1093,7 @@ entries: version: 0.1.2 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.831869-03:00" + created: "2024-09-23T11:20:13.470434-03:00" description: A Helm chart for MINT digest: c217e51981cc3f62cea28fe443082d153d4210d90de1e437d72d19c713f0fae3 name: MINT @@ -1089,7 +1103,7 @@ entries: version: 0.1.1 - apiVersion: v2 appVersion: 1.16.0 - created: "2024-09-20T15:06:52.83124-03:00" + created: "2024-09-23T11:20:13.469705-03:00" description: A Helm chart for MINT digest: 18f42649890a28c6eb34d4a2f57d2d99d318d208c3613691c8deb957713de1f0 name: MINT @@ -1097,4 +1111,4 @@ entries: urls: - https://mintproject.github.io/mint/releases/MINT-0.1.0.tgz version: 0.1.0 -generated: "2024-09-20T15:06:52.830227-03:00" +generated: "2024-09-23T11:20:13.46766-03:00" diff --git a/releases/MINT-3.4.0.tgz b/releases/MINT-3.4.0.tgz new file mode 100644 index 0000000..8da3980 Binary files /dev/null and b/releases/MINT-3.4.0.tgz differ