Skip to content
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
4 changes: 2 additions & 2 deletions charts/fhir-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
sources:
- https://github.com/microsoft/fhir-server
type: application
version: 0.12.52
version: 0.12.53
deprecated: false
dependencies:
- name: common
Expand All @@ -21,4 +21,4 @@ annotations:
# When using the list of objects option the valid supported kinds are
# added, changed, deprecated, removed, fixed and security.
- kind: changed
description: "Updated mcr.microsoft.com/mssql/server to sha256:86cc6144ef39bb0fbed2329e1ad79b13ee82e7b2e4739213a0db0800e668a74a"
description: "Updated mcr.microsoft.com/healthcareapis/r4-fhir-server to 5.0.0"
2 changes: 1 addition & 1 deletion charts/fhir-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image: # +doc-gen:ignore
registry: mcr.microsoft.com
repository: healthcareapis/r4-fhir-server
tag: 4.0.815@sha256:b19c8473e936892cd943b0561a5afd202c954e6b16e6eb9f8e9334bc3c8b5859
tag: 5.0.0@sha256:a6253e9279387df5d4401b56237cb618df6215695a61d8e75cad5882ea404310
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
Loading