-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from Alvearie/lee-main-2-rebased
update to postgres 14 and refactor endpoint config values to align with fhir-server-config
- Loading branch information
Showing
10 changed files
with
149 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: v2 | ||
description: Helm chart for the IBM FHIR Server | ||
name: ibm-fhir-server | ||
version: 0.5.2 | ||
version: 0.6.0 | ||
appVersion: 4.10.2 | ||
dependencies: | ||
- name: postgresql | ||
|
@@ -20,18 +20,26 @@ type: application | |
maintainers: | ||
- name: Lee Surprenant | ||
email: [email protected] | ||
- name: Mike Schroeder | ||
email: [email protected] | ||
annotations: | ||
artifacthub.io/license: Apache-2.0 | ||
artifacthub.io/changes: | | ||
# When using the list of objects option the valid supported kinds are | ||
# added, changed, deprecated, removed, fixed, and security. | ||
- kind: changed | ||
description: align endpoints config with fhir-server-config.json's fhirServer/resources section | ||
- kind: added | ||
description: switch for schema migration job auto-removal | ||
description: transactionTimeout helm value for setting FHIR_TRANSACTION_MANAGER_TIMEOUT | ||
- kind: removed | ||
description: the default value for minHeap; instead we will defer to the IBM FHIR Server default | ||
- kind: removed | ||
description: the default value for maxHeap; instead we will defer to the JVM default | ||
- kind: changed | ||
description: update the optional postgresql image's default to version 14.1.0 | ||
- kind: changed | ||
description: upgrade to ibm-fhir-server 4.10.2 | ||
description: changed default pullPolicy values to IfNotPresent | ||
- kind: changed | ||
description: upgrade bitnami/postgresql subchart version to 10.13.14 | ||
description: updated to smart-keycloak and keycloak-config 0.4.1 (now from quay.io) | ||
- kind: changed | ||
description: upgrade codecentric/keycloak subchart version to 16.0.4 | ||
description: updated keycloak-config init container image to ubi 8.5 | ||
- kind: added | ||
description: values for enabling/disabling keycloak-config and controlling which image is used |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.