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): update ghcr.io/miracum/fhir-gateway docker tag to v3.12.2 #241

Merged
merged 2 commits into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 12.5.6
- name: fhir-pseudonymizer
repository: oci://ghcr.io/miracum/charts
version: 0.5.5
digest: sha256:de59b6bedec52f00397857f8c23c983577f915edd304085ed188bddd743e2748
generated: "2023-09-16T10:08:16.135562753Z"
version: 0.5.6
digest: sha256:20344a8f8dd3f8b351e4b4320fb493a59f84718958d4a595581035c5395c5c85
generated: "2023-10-06T13:18:30.538890297Z"
8 changes: 5 additions & 3 deletions charts/fhir-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ dependencies:
condition: postgresql.enabled
- name: fhir-pseudonymizer
condition: fhir-pseudonymizer.enabled
version: 0.5.5
version: 0.5.6
repository: oci://ghcr.io/miracum/charts
version: 6.0.17
version: 6.0.18
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 fhir-pseudonymizer subchart to 0.5.5
description: update fhir-pseudonymizer subchart to 0.5.6
- kind: changed
description: update ghcr.io/miracum/fhir-gateway docker tag to v3.12.2
2 changes: 1 addition & 1 deletion 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.1@sha256:68122d4154d025760e433f2eb7a58750d9d6b82adaabd803dc015b2a408006f3
tag: v3.12.2@sha256:fbd28aa2c37c054c3687466c10edec95afa972a5de1177b930e08167da44d74b
pullPolicy: IfNotPresent

# image pull secrets for the pod
Expand Down
Loading