You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| image.pullPolicy | string |`"IfNotPresent"`| image pullPolicy to use |
40
40
| image.registry | string |`"docker.io"`| registry where the HAPI FHIR server image is hosted |
41
41
| image.repository | string |`"hapiproject/hapi"`| the path inside the repository |
42
-
| image.tag | string |`"v8.0.0-1@sha256:9fbac7b012b4be91ba481e7008f1353ede4598bc99a36f3902b8abf873e70ed8"`| the image tag. As of v5.7.0, this is the `distroless` flavor by default, add `-tomcat` to use the Tomcat-based image. |
42
+
| image.tag | string |`"v8.2.0-1@sha256:e85ded02f60e25a66e6d9423ea71f3ebc9494e3a69bdd7d7dbfa31b8aa5b2fe9"`| the image tag. As of v5.7.0, this is the `distroless` flavor by default, add `-tomcat` to use the Tomcat-based image. |
43
43
| imagePullSecrets | list |`[]`| image pull secrets to use when pulling the image |
44
44
| ingress.annotations | object |`{}`| provide any additional annotations which may be required. Evaluated as a template. |
45
45
| ingress.enabled | bool |`false`| whether to create an Ingress to expose the FHIR server HTTP endpoint |
| tests.resourcesPreset | string |`"nano"`| set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if `resources` is set (`resources` is recommended for production). More information: <https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15>|
85
85
| tolerations | list |`[]`| pod tolerations |
86
86
| topologySpreadConstraints | list |`[]`| pod topology spread configuration see: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/#api|
87
+
| waitForDatabaseInitContainer.image | object |`{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/postgresql","tag":"17.5.0-debian-12-r11@sha256:ac8dd0d6512c4c5fb146c16b1c5f05862bd5f600d73348506ab4252587e7fcc6"}`| image to use for the init container which waits until the database is ready to accept connections |
0 commit comments