Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent 77e9e83 commit 833a09e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/diz-in-a-box/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
version: 0.14.0
- name: fhir-gateway
repository: https://miracum.github.io/charts
version: 6.1.0
digest: sha256:311fbc61be160ac0821d5601bfad49f202a000de029c2c7cb997114bdffd3476
generated: "2024-01-11T20:52:48.374851618Z"
version: 6.1.1
digest: sha256:e1675ea953e5746d7d9c5e73d11cd6504fe9257d647c65f142f1e8aa929b5ee7
generated: "2024-01-15T13:54:37.012710585Z"
2 changes: 1 addition & 1 deletion charts/diz-in-a-box/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- condition: fhir-gateway.enabled
name: fhir-gateway
repository: https://miracum.github.io/charts
version: 6.1.0
version: 6.1.1
# x-release-please-start-version
version: 2.1.3
appVersion: 2.1.3
Expand Down
2 changes: 1 addition & 1 deletion charts/diz-in-a-box/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ stream-processors:
image:
registry: ghcr.io
repository: miracum/obds-to-fhir
tag: v2.0.8@sha256:9f3ee43267f24062db81a6575f33e225cd2be00120d4ccb81e257fbbc5353882
tag: v2.0.10@sha256:061ca9c88d47cbe74aefddd60b455c6f3c0984638b07525f73157b070b700193
pullPolicy: IfNotPresent
env:
- name: OPENTRACING_JAEGER_ENABLED
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/compose.obds-to-fhir.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
obds-to-fhir:
image: ghcr.io/miracum/obds-to-fhir:v2.0.8@sha256:9f3ee43267f24062db81a6575f33e225cd2be00120d4ccb81e257fbbc5353882
image: ghcr.io/miracum/obds-to-fhir:v2.0.10@sha256:061ca9c88d47cbe74aefddd60b455c6f3c0984638b07525f73157b070b700193
restart: unless-stopped
cap_drop:
- ALL
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/compose.pseudonymization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
SERVICES_KAFKA_GENERATE_OUTPUT_TOPIC_REPLACE_WITH: "fhir.pseudonymized."

fhir-pseudonymizer:
image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.4@sha256:3fc8e396ecfa9a9471a6c806e3a069f15bc58d90d3eb296b74d931ff72a025c9
image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.5@sha256:5d96f44cb9853ba1535926e72f61a09e5ca3300ff382e5ad8c697a9f50295f00
restart: unless-stopped
cap_drop:
- ALL
Expand Down

0 comments on commit 833a09e

Please sign in to comment.