Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): updates blaze and fhir gw #281

Merged
merged 8 commits into from
Jan 15, 2024
8 changes: 2 additions & 6 deletions charts/blaze/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ maintainers:
- name: miracum
deprecated: false
kubeVersion: ">= 1.19.0"
version: 0.3.7
version: 0.3.8
appVersion: "0.x"
annotations:
artifacthub.io/license: Apache-2.0
Expand All @@ -25,8 +25,4 @@ annotations:
# added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: changed
description: update ghcr.io/samply/blaze docker tag to v0.23.3
- kind: changed
description: refreshed docs with latest helm-docs
- kind: changed
description: update docker.io/curlimages/curl docker tag to v8.5.0
description: update ghcr.io/samply/blaze docker tag to v0.23.4
2 changes: 1 addition & 1 deletion charts/blaze/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ replicaCount: 1
image:
registry: ghcr.io
repository: samply/blaze
tag: 0.23.3@sha256:782480436ea19993cc8b6658b5ee4a556d2a82135f59b4bffc8d18cb0b94268c
tag: 0.23.4@sha256:bae5e39d81600f94b31432461a904f556277ef4ae342c330f1da2075305492b5
pullPolicy: IfNotPresent

# -- set the server base URL. Evaluated as a template. Equivalent to setting the `BASE_URL` environment variable.
Expand Down
6 changes: 3 additions & 3 deletions charts/fhir-gateway/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 13.2.24
- name: fhir-pseudonymizer
repository: oci://ghcr.io/miracum/charts
version: 0.6.0
digest: sha256:fbc67f05ea11795a2248754eb470fbcbc9c8e702087dbb3a65a90ba9d91f106e
generated: "2024-01-08T22:13:06.093135079+01:00"
version: 0.6.2
digest: sha256:c5c3e58682880533269a4971bf997e78ca634a6d277eae1c9ca7644dde833aaf
generated: "2024-01-15T09:37:51.930040974Z"
10 changes: 4 additions & 6 deletions charts/fhir-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,16 @@ dependencies:
condition: postgresql.enabled
- name: fhir-pseudonymizer
condition: fhir-pseudonymizer.enabled
version: 0.6.0
version: 0.6.2
repository: oci://ghcr.io/miracum/charts
version: 6.1.0
version: 6.1.1
annotations:
# When using the list of objects option the valid supported kinds are
# added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: changed
description: update docker.io/curlimages/curl docker tag to v8.5.0
- kind: changed
description: update fhir-pseudonymizer sub-chart to 0.6.0
description: update ghcr.io/miracum/loinc-conversion docker tag to v1.14.5
- kind: changed
description: |
"⚠️ BREAKING CHANGE: updated postgresql sub-chart to 13.2.24, which upgrades PostgreSQL from v15 to v16 internally.
Upgrading PostgreSQL without downtime isn't possible. This change is only relevant if the chart is deployed with postgresql.enabled=true."
description: update ghcr.io/miracum/fhir-gateway docker tag to v3.12.7
4 changes: 2 additions & 2 deletions charts/fhir-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ replicaCount: 1
image: # +doc-gen:ignore
registry: ghcr.io
repository: miracum/fhir-gateway
tag: v3.12.6@sha256:180a27ee746bdee05ef9330f91f8aecbdf6a1d25d9066c8f013539bf1c047981
tag: v3.12.7@sha256:79ec28eb0cef9b35d267946e1df81d045e97e178b2d18832d781b7273c2edba3
pullPolicy: IfNotPresent

# image pull secrets for the pod
Expand Down Expand Up @@ -212,7 +212,7 @@ loincConverter:
image: # +doc-gen:ignore
registry: ghcr.io
repository: miracum/loinc-conversion
tag: v1.14.3@sha256:e17fd9ea8ce26befe51d33588046de28f0e7e870eb89831f236c79f2bf627bb1
tag: v1.14.5@sha256:5b4e8eb90b32b46cf93a5fa7e26c239793b6f18a548d0021d80fc4a584d22901
pullPolicy: IfNotPresent

metrics:
Expand Down
Loading