From 4fb3bcfad2867df65a8e1177617db41eed298498 Mon Sep 17 00:00:00 2001 From: Maximiliano Osorio Date: Thu, 27 Aug 2026 21:18:33 -0400 Subject: [PATCH 1/2] chore(model-catalog-api): pin image to the CKAN autocomplete fix Deploys mintproject/model-catalog-api#9, which restores the standard variable autocomplete on the CKAN dataset form. That widget has been returning no suggestions since the catalog moved off the v1.8.0 FastAPI service: `label` filtered with `_eq` so partial terms matched nothing, and `enable_ckan` did not exist so CKAN could not read the response shape. Pin the tag to the commit SHA rather than leaving it on `latest`. This is what most images in values.yaml already do, and it makes the rollout explicit instead of depending on when a pod happens to restart. Chart version bumped so `ct lint` accepts the change. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01Vh9z6U8JosPJnGqPNQf3fk --- charts/mint/Chart.yaml | 2 +- charts/mint/README.md | 2 +- charts/mint/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mint/Chart.yaml b/charts/mint/Chart.yaml index db28777..9e9a49b 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: 9.0.0-beta.3 +version: 9.0.0-beta.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/mint/README.md b/charts/mint/README.md index 2bcfb1b..2217b68 100644 --- a/charts/mint/README.md +++ b/charts/mint/README.md @@ -198,7 +198,7 @@ A Helm chart for MINT | components.model_catalog_api.environment.log_level | string | `"info"` | Log level for Model Catalog API | | components.model_catalog_api.image.pullPolicy | string | `"Always"` | Image pull policy for Model Catalog API | | components.model_catalog_api.image.repository | string | `"ghcr.io/mintproject/model-catalog-api"` | Docker image repository for Model Catalog API | -| components.model_catalog_api.image.tag | string | `"latest"` | Docker image tag for Model Catalog API | +| components.model_catalog_api.image.tag | string | `"f711a6b49d4ed523f6fd365d1da488669b127735"` | 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 | diff --git a/charts/mint/values.yaml b/charts/mint/values.yaml index 1adad6c..24acb8e 100644 --- a/charts/mint/values.yaml +++ b/charts/mint/values.yaml @@ -348,7 +348,7 @@ components: # -- Docker image repository for Model Catalog API repository: ghcr.io/mintproject/model-catalog-api # -- Docker image tag for Model Catalog API - tag: latest + tag: f711a6b49d4ed523f6fd365d1da488669b127735 # -- Image pull policy for Model Catalog API pullPolicy: Always # -- Resource specifications for Model Catalog API From fdb3d12f263027500482ade1ebc9123e45593a09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Aug 2026 01:19:07 +0000 Subject: [PATCH 2/2] update Helm documentation --- charts/mint/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/mint/README.md b/charts/mint/README.md index 2217b68..bb78152 100644 --- a/charts/mint/README.md +++ b/charts/mint/README.md @@ -1,6 +1,6 @@ # MINT -![Version: 9.0.0-beta.3](https://img.shields.io/badge/Version-9.0.0--beta.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.3](https://img.shields.io/badge/AppVersion-1.16.3-informational?style=flat-square) +![Version: 9.0.0-beta.4](https://img.shields.io/badge/Version-9.0.0--beta.4-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