diff --git a/charts/ohdsi/Chart.yaml b/charts/ohdsi/Chart.yaml index a753c885..90307087 100644 --- a/charts/ohdsi/Chart.yaml +++ b/charts/ohdsi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: ohdsi description: A Helm chart for deploying OHDSI ATLAS and WebAPI. type: application -version: 0.4.0 +version: 0.4.1 home: https://github.com/OHDSI keywords: - ohdsi diff --git a/charts/ohdsi/README.md b/charts/ohdsi/README.md index d238ba91..7c7c6839 100644 --- a/charts/ohdsi/README.md +++ b/charts/ohdsi/README.md @@ -69,7 +69,7 @@ The following table lists the configurable parameters of the `ohdsi` chart and t | postgresql.metrics.enabled | should also be true for production use | `false` | | webApi.enabled | enable the OHDSI WebAPI deployment | `true` | | webApi.replicaCount | number of pod replicas for the WebAPI | `1` | -| webApi.image | the WebAPI image | `{"pullPolicy":"Always","registry":"ghcr.io","repository":"chgl/ohdsi/webapi","tag":"2.8.0-snapshot"}` | +| webApi.image | the WebAPI image | `{"pullPolicy":"Always","registry":"ghcr.io","repository":"chgl/ohdsi/webapi","tag":"2.8.0"}` | | webApi.db.host | database hostname | `"host.example.com"` | | webApi.db.port | port used to connect to the postgres DB | `5432` | | webApi.db.database | name of the database inside. If postgresql.enabled=true, then postgresql.postgresqlDatabase is used | `"ohdsi"` | @@ -105,7 +105,7 @@ The following table lists the configurable parameters of the `ohdsi` chart and t | atlas.affinity | affinity for pods assignment see: | `{}` | | atlas.extraEnv | extra environment variables | `[]` | | cdmInitJob.enabled | if enabled, create a Kubernetes Job running the specified container see [cdm-init-job.yaml](templates/cdm-init-job.yaml) for the env vars that are passed by default | `false` | -| cdmInitJob.image | the Achilles image | `{"pullPolicy":"Always","registry":"docker.io","repository":"docker/whalesay","tag":"latest"}` | +| cdmInitJob.image | the container image used to create the CDM initialization job | `{"pullPolicy":"Always","registry":"docker.io","repository":"docker/whalesay","tag":"latest"}` | | cdmInitJob.podAnnotations | annotations set on the cdm-init pod | `{}` | | cdmInitJob.podSecurityContext | PodSecurityContext for the cdm-init pod | `{}` | | cdmInitJob.securityContext | ContainerSecurityContext for the cdm-init container | `{}` | diff --git a/charts/ohdsi/values.yaml b/charts/ohdsi/values.yaml index e5570a32..1f43d4ee 100644 --- a/charts/ohdsi/values.yaml +++ b/charts/ohdsi/values.yaml @@ -67,7 +67,7 @@ webApi: image: # +doc-gen:break registry: ghcr.io repository: chgl/ohdsi/webapi - tag: 2.8.0-snapshot + tag: 2.8.0 pullPolicy: Always db: @@ -254,7 +254,7 @@ cdmInitJob: # see [cdm-init-job.yaml](templates/cdm-init-job.yaml) for the env vars # that are passed by default enabled: false - # the Achilles image + # the container image used to create the CDM initialization job image: # +doc-gen:break registry: docker.io repository: docker/whalesay