Skip to content

Commit

Permalink
updated webapi tag to stable 2.8.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Jan 27, 2021
1 parent e06cfcf commit 2adf8f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/ohdsi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/ohdsi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` |
Expand Down Expand Up @@ -105,7 +105,7 @@ The following table lists the configurable parameters of the `ohdsi` chart and t
| atlas.affinity | affinity for pods assignment see: <https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity> | `{}` |
| 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 | `{}` |
Expand Down
4 changes: 2 additions & 2 deletions charts/ohdsi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2adf8f9

Please sign in to comment.