Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions helm-charts/cogstack-ce-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand All @@ -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). |
Expand Down
20 changes: 10 additions & 10 deletions helm-charts/cogstack-ce-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/medcat-service-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading