Skip to content

Commit 5067c2b

Browse files
authored
Updated helm chart to v8 image (hapifhir#796)
* Updated helm chart to v8 image * Upadted docs
1 parent 5dacdd1 commit 5067c2b

File tree

5 files changed

+18
-24
lines changed

5 files changed

+18
-24
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: postgresql
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 16.3.2
4+
version: 16.5.5
55
- name: common
66
repository: oci://registry-1.docker.io/bitnamicharts
7-
version: 2.28.0
8-
digest: sha256:99587bb3481cd94c1679d9dd23cb8c816701a1c6f0d458c77c71e7e541dd2f55
9-
generated: "2024-12-17T12:51:15.601470579+01:00"
7+
version: 2.30.0
8+
digest: sha256:c114b296b53007a7973260de8bad61917fe741c0ad9de15fdbeea5743c8f4910
9+
generated: "2025-03-21T21:44:22.334197366+01:00"

charts/hapi-fhir-jpaserver/Chart.yaml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ sources:
77
- https://github.com/hapifhir/hapi-fhir-jpaserver-starter
88
dependencies:
99
- name: postgresql
10-
version: 16.3.2
10+
version: 16.5.5
1111
repository: oci://registry-1.docker.io/bitnamicharts
1212
condition: postgresql.enabled
1313
- name: common
1414
repository: oci://registry-1.docker.io/bitnamicharts
15-
version: 2.28.0
16-
appVersion: 7.6.0
17-
version: 0.18.0
15+
version: 2.30.0
16+
appVersion: 8.0.0
17+
version: 0.19.0
1818
annotations:
1919
artifacthub.io/license: Apache-2.0
2020
artifacthub.io/containsSecurityUpdates: "false"
@@ -27,14 +27,8 @@ annotations:
2727
# When using the list of objects option the valid supported kinds are
2828
# added, changed, deprecated, removed, fixed, and security.
2929
- kind: changed
30-
description: "updated postgresql sub-chart to 16.3.2"
30+
description: "updated postgresql sub-chart to 16.5.5"
3131
- kind: changed
32-
description: "updated curlimages/curl to 8.11.1"
32+
description: "updated curlimages/curl to 8.12.1"
3333
- kind: changed
34-
description: "updated hapiproject/hapi to 7.6.0"
35-
- kind: added
36-
description: "support for setting resource limits and requests from presets. With a default set for all containers"
37-
- kind: added
38-
description: "support for setting extra volumes and volume mounts"
39-
- kind: changed
40-
description: "set default pod security context for main and test pods"
34+
description: "updated hapiproject/hapi to v8.0.0-1"

charts/hapi-fhir-jpaserver/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HAPI FHIR JPA Server Starter Helm Chart
22

3-
![Version: 0.18.0](https://img.shields.io/badge/Version-0.18.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.6.0](https://img.shields.io/badge/AppVersion-7.6.0-informational?style=flat-square)
3+
![Version: 0.19.0](https://img.shields.io/badge/Version-0.19.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.0.0](https://img.shields.io/badge/AppVersion-8.0.0-informational?style=flat-square)
44

55
This helm chart will help you install the HAPI FHIR JPA Server in a Kubernetes environment.
66

@@ -15,8 +15,8 @@ helm install hapi-fhir-jpaserver hapifhir/hapi-fhir-jpaserver
1515

1616
| Repository | Name | Version |
1717
|------------|------|---------|
18-
| oci://registry-1.docker.io/bitnamicharts | common | 2.28.0 |
19-
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.3.2 |
18+
| oci://registry-1.docker.io/bitnamicharts | common | 2.30.0 |
19+
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.5.5 |
2020

2121
## Values
2222

@@ -39,7 +39,7 @@ helm install hapi-fhir-jpaserver hapifhir/hapi-fhir-jpaserver
3939
| image.pullPolicy | string | `"IfNotPresent"` | image pullPolicy to use |
4040
| image.registry | string | `"docker.io"` | registry where the HAPI FHIR server image is hosted |
4141
| image.repository | string | `"hapiproject/hapi"` | the path inside the repository |
42-
| image.tag | string | `"v7.6.0@sha256:4771a178e764896c83881c1b3a52bd487e53d06e1acc3653ea0db0c6f6b2b8a1"` | 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.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. |
4343
| imagePullSecrets | list | `[]` | image pull secrets to use when pulling the image |
4444
| ingress.annotations | object | `{}` | provide any additional annotations which may be required. Evaluated as a template. |
4545
| ingress.enabled | bool | `false` | whether to create an Ingress to expose the FHIR server HTTP endpoint |

charts/hapi-fhir-jpaserver/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
{{- toYaml .Values.podSecurityContext | nindent 8 }}
3232
initContainers:
3333
- name: wait-for-db-to-be-ready
34-
image: docker.io/bitnami/postgresql:17.2.0-debian-12-r3@sha256:4de5c47eb98dd8fe09abdcbc2264984486ee8196e90902fb354f5d2ab97e8921
34+
image: docker.io/bitnami/postgresql:17.4.0-debian-12-r10@sha256:7b9af9dd759055265998bbf12368e6d7d6326e6fd23f8157be841fad0915c1a1
3535
imagePullPolicy: IfNotPresent
3636
{{- with .Values.restrictedContainerSecurityContext }}
3737
securityContext:

charts/hapi-fhir-jpaserver/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image:
77
# -- the path inside the repository
88
repository: hapiproject/hapi
99
# -- the image tag. As of v5.7.0, this is the `distroless` flavor by default, add `-tomcat` to use the Tomcat-based image.
10-
tag: "v7.6.0@sha256:4771a178e764896c83881c1b3a52bd487e53d06e1acc3653ea0db0c6f6b2b8a1"
10+
tag: "v8.0.0-1@sha256:9fbac7b012b4be91ba481e7008f1353ede4598bc99a36f3902b8abf873e70ed8"
1111
# -- image pullPolicy to use
1212
pullPolicy: IfNotPresent
1313

@@ -241,7 +241,7 @@ curl:
241241
image:
242242
registry: docker.io
243243
repository: curlimages/curl
244-
tag: 8.11.1@sha256:c1fe1679c34d9784c1b0d1e5f62ac0a79fca01fb6377cdd33e90473c6f9f9a69
244+
tag: 8.12.1@sha256:94e9e444bcba979c2ea12e27ae39bee4cd10bc7041a472c4727a558e213744e6
245245

246246
tests:
247247
# -- whether the service account token should be auto-mounted for the test pods

0 commit comments

Comments
 (0)