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 |
37
37
| image.registry | string |`"docker.io"`| registry where the HAPI FHIR server image is hosted |
38
38
| image.repository | string |`"hapiproject/hapi"`| the path inside the repository |
39
-
| image.tag | string |`"v6.10.1@sha256:4eac1b3481180b028616d1fab7e657e368538063d75f7ed3be2032e34c657dd4"`| the image tag. As of v5.7.0, this is the `distroless` flavor by default, add `-tomcat` to use the Tomcat-based image. |
39
+
| image.tag | string |`"v7.0.3@sha256:73ff82fec42e5cbb7e66338d47af09ba91c140e98beeaee41a5459572d5ae1ce"`| the image tag. As of v5.7.0, this is the `distroless` flavor by default, add `-tomcat` to use the Tomcat-based image. |
40
40
| imagePullSecrets | list |`[]`| image pull secrets to use when pulling the image |
41
41
| ingress.annotations | object |`{}`| provide any additional annotations which may be required. Evaluated as a template. |
42
42
| ingress.enabled | bool |`false`| whether to create an Ingress to expose the FHIR server HTTP endpoint |
| postgresql.auth.database | string |`"fhir"`| name for a custom database to create |
58
58
| postgresql.auth.existingSecret | string |`""`| Name of existing secret to use for PostgreSQL credentials `auth.postgresPassword`, `auth.password`, and `auth.replicationPassword` will be ignored and picked up from this secret The secret must contain the keys `postgres-password` (which is the password for "postgres" admin user), `password` (which is the password for the custom user to create when `auth.username` is set), and `replication-password` (which is the password for replication user). The secret might also contains the key `ldap-password` if LDAP is enabled. `ldap.bind_password` will be ignored and picked from this secret in this case. The value is evaluated as a template. |
59
59
| postgresql.enabled | bool |`true`| enable an included PostgreSQL DB. see <https://github.com/bitnami/charts/tree/master/bitnami/postgresql> for details if set to `false`, the values under `externalDatabase` are used |
0 commit comments