diff --git a/helm-charts/cogstack-ce-helm/README.md b/helm-charts/cogstack-ce-helm/README.md index 31199e9..02d7777 100644 --- a/helm-charts/cogstack-ce-helm/README.md +++ b/helm-charts/cogstack-ce-helm/README.md @@ -95,8 +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.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. | @@ -111,8 +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.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..1aa92bc 100644 --- a/helm-charts/cogstack-ce-helm/values.yaml +++ b/helm-charts/cogstack-ce-helm/values.yaml @@ -21,22 +21,22 @@ anoncat-service: DEID_MODE: true # -- 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.2.0" + # image: + # -- 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. enabled: true # -- Number of MedCAT service replicas. replicasCount: 1 - image: - # -- MedCAT service image repository. - repository: cogstacksystems/medcat-service - # -- MedCAT service image tag. - tag: "1.2.0" + # image: + # -- MedCAT service image repository. + # repository: cogstacksystems/medcat-service + # -- MedCAT service image tag. + # 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