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 mcr.microsoft.com/healthcareapis/r4-fhir-server docker tag to v4.0.296 #570

Merged
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.11.14
version: 0.11.15
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 common to 2.26.0"
description: "Updated mcr.microsoft.com/healthcareapis/r4-fhir-server to 4.0.296"
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.292@sha256:cbe78c4c60548feae8339cb755ad0281703f485ca38dbd501243eddde9ecc160
tag: 4.0.296@sha256:52106387dfdb261061c37e66641aa3440f42201b9658be4a44abb54df0e1516a
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
Loading