From 36286d039477a1083ecfbfb0b6bac38961252d4e Mon Sep 17 00:00:00 2001 From: alhendrickson <159636032+alhendrickson@users.noreply.github.com.> Date: Mon, 13 Apr 2026 13:11:12 +0000 Subject: [PATCH 1/3] build(helm): Update medcat-service appVersion --- helm-charts/cogstack-ce-helm/README.md | 2 -- helm-charts/cogstack-ce-helm/values.yaml | 4 ++-- helm-charts/medcat-service-helm/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/helm-charts/cogstack-ce-helm/README.md b/helm-charts/cogstack-ce-helm/README.md index 31199e9..4cbbd91 100644 --- a/helm-charts/cogstack-ce-helm/README.md +++ b/helm-charts/cogstack-ce-helm/README.md @@ -96,7 +96,6 @@ kubectl delete namespace cogstack | anoncat-service.env.DEID_MODE | bool | `true` | Enable DeID mode. | | anoncat-service.env.DEID_REDACT | bool | `false` | Enable redaction behaviour for DeID. | | anoncat-service.image.repository | string | `"cogstacksystems/medcat-service"` | MedCAT service image repository for AnonCAT. | -| anoncat-service.image.tag | string | `"1.2.0"` | MedCAT service image tag used by AnonCAT. | | anoncat-service.replicasCount | int | `1` | Number of AnonCAT (medcat-service in DeID mode) replicas. | | cogstack-jupyterhub.enabled | bool | `true` | Enable JupyterHub (with hub and singleuser components). | | cogstack-jupyterhub.jupyterhub.hub.config.Authenticator.admin_users | list | `["admin"]` | Allowed admin users for the dummy authenticator. | @@ -112,7 +111,6 @@ kubectl delete namespace cogstack | imagePullSecrets | list | `[]` | This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ | | medcat-service.enabled | bool | `true` | Enable MedCAT service deployment. | | medcat-service.image.repository | string | `"cogstacksystems/medcat-service"` | MedCAT service image repository. | -| medcat-service.image.tag | string | `"1.2.0"` | MedCAT service image tag. | | medcat-service.replicasCount | int | `1` | Number of MedCAT service replicas. | | medcat-trainer.enabled | bool | `true` | Enable MedCAT Trainer deployment. | | medcat-trainer.env.CSRF_TRUSTED_ORIGINS | string | `"http://localhost:8080"` | CSRF trusted origins for the MedCAT Trainer frontend (set for your deployment/port-forward). | diff --git a/helm-charts/cogstack-ce-helm/values.yaml b/helm-charts/cogstack-ce-helm/values.yaml index 76ac6e6..5b63ea4 100644 --- a/helm-charts/cogstack-ce-helm/values.yaml +++ b/helm-charts/cogstack-ce-helm/values.yaml @@ -25,7 +25,7 @@ anoncat-service: # -- MedCAT service image repository for AnonCAT. repository: cogstacksystems/medcat-service # -- MedCAT service image tag used by AnonCAT. - tag: "1.2.0" + # tag: "1.3.0" medcat-service: # -- Enable MedCAT service deployment. @@ -36,7 +36,7 @@ medcat-service: # -- MedCAT service image repository. repository: cogstacksystems/medcat-service # -- MedCAT service image tag. - tag: "1.2.0" + # tag: "1.3.0" medcat-trainer: # -- Enable MedCAT Trainer deployment. diff --git a/helm-charts/medcat-service-helm/Chart.yaml b/helm-charts/medcat-service-helm/Chart.yaml index 06c3b6d..a40f5f5 100644 --- a/helm-charts/medcat-service-helm/Chart.yaml +++ b/helm-charts/medcat-service-helm/Chart.yaml @@ -21,7 +21,7 @@ version: 0.0.1 # 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. # It is recommended to use it with quotes. -appVersion: "1.2.0" +appVersion: "1.3.0" maintainers: - name: alhendrickson From ee3675616da26057d4732767fef36c06398614d7 Mon Sep 17 00:00:00 2001 From: alhendrickson <159636032+alhendrickson@users.noreply.github.com.> Date: Mon, 13 Apr 2026 13:12:06 +0000 Subject: [PATCH 2/3] build(helm): Update medcat-service appVersion --- helm-charts/cogstack-ce-helm/README.md | 2 -- helm-charts/cogstack-ce-helm/values.yaml | 8 ++++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/helm-charts/cogstack-ce-helm/README.md b/helm-charts/cogstack-ce-helm/README.md index 4cbbd91..02d7777 100644 --- a/helm-charts/cogstack-ce-helm/README.md +++ b/helm-charts/cogstack-ce-helm/README.md @@ -95,7 +95,6 @@ kubectl delete namespace cogstack | anoncat-service.env.APP_MEDCAT_MODEL_PACK | string | `"/cat/models/examples/example-deid-model-pack.zip"` | Model pack used by the MedCAT service when running in DeID mode. | | anoncat-service.env.DEID_MODE | bool | `true` | Enable DeID mode. | | anoncat-service.env.DEID_REDACT | bool | `false` | Enable redaction behaviour for DeID. | -| anoncat-service.image.repository | string | `"cogstacksystems/medcat-service"` | MedCAT service image repository for AnonCAT. | | anoncat-service.replicasCount | int | `1` | Number of AnonCAT (medcat-service in DeID mode) replicas. | | cogstack-jupyterhub.enabled | bool | `true` | Enable JupyterHub (with hub and singleuser components). | | cogstack-jupyterhub.jupyterhub.hub.config.Authenticator.admin_users | list | `["admin"]` | Allowed admin users for the dummy authenticator. | @@ -110,7 +109,6 @@ kubectl delete namespace cogstack | fullnameOverride | string | `""` | Fully override the chart fullname. | | imagePullSecrets | list | `[]` | This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ | | medcat-service.enabled | bool | `true` | Enable MedCAT service deployment. | -| medcat-service.image.repository | string | `"cogstacksystems/medcat-service"` | MedCAT service image repository. | | medcat-service.replicasCount | int | `1` | Number of MedCAT service replicas. | | medcat-trainer.enabled | bool | `true` | Enable MedCAT Trainer deployment. | | medcat-trainer.env.CSRF_TRUSTED_ORIGINS | string | `"http://localhost:8080"` | CSRF trusted origins for the MedCAT Trainer frontend (set for your deployment/port-forward). | diff --git a/helm-charts/cogstack-ce-helm/values.yaml b/helm-charts/cogstack-ce-helm/values.yaml index 5b63ea4..a9f1d23 100644 --- a/helm-charts/cogstack-ce-helm/values.yaml +++ b/helm-charts/cogstack-ce-helm/values.yaml @@ -21,9 +21,9 @@ anoncat-service: DEID_MODE: true # -- Enable redaction behaviour for DeID. DEID_REDACT: false - image: + # image: # -- MedCAT service image repository for AnonCAT. - repository: cogstacksystems/medcat-service + # repository: cogstacksystems/medcat-service # -- MedCAT service image tag used by AnonCAT. # tag: "1.3.0" @@ -32,9 +32,9 @@ medcat-service: enabled: true # -- Number of MedCAT service replicas. replicasCount: 1 - image: + # image: # -- MedCAT service image repository. - repository: cogstacksystems/medcat-service + # repository: cogstacksystems/medcat-service # -- MedCAT service image tag. # tag: "1.3.0" From 8023738d7d15fbcd7670a7e177d70c890a047233 Mon Sep 17 00:00:00 2001 From: alhendrickson <159636032+alhendrickson@users.noreply.github.com.> Date: Mon, 13 Apr 2026 13:13:43 +0000 Subject: [PATCH 3/3] build(helm): Update medcat-service appVersion --- helm-charts/cogstack-ce-helm/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/helm-charts/cogstack-ce-helm/values.yaml b/helm-charts/cogstack-ce-helm/values.yaml index a9f1d23..1aa92bc 100644 --- a/helm-charts/cogstack-ce-helm/values.yaml +++ b/helm-charts/cogstack-ce-helm/values.yaml @@ -22,10 +22,10 @@ anoncat-service: # -- Enable redaction behaviour for DeID. DEID_REDACT: false # image: - # -- MedCAT service image repository for AnonCAT. - # repository: cogstacksystems/medcat-service - # -- MedCAT service image tag used by AnonCAT. - # tag: "1.3.0" + # -- MedCAT service image repository for AnonCAT. + # repository: cogstacksystems/medcat-service + # -- MedCAT service image tag used by AnonCAT. + # tag: "1.3.0" medcat-service: # -- Enable MedCAT service deployment. @@ -33,10 +33,10 @@ medcat-service: # -- Number of MedCAT service replicas. replicasCount: 1 # image: - # -- MedCAT service image repository. - # repository: cogstacksystems/medcat-service - # -- MedCAT service image tag. - # tag: "1.3.0" + # -- MedCAT service image repository. + # repository: cogstacksystems/medcat-service + # -- MedCAT service image tag. + # tag: "1.3.0" medcat-trainer: # -- Enable MedCAT Trainer deployment.