diff --git a/charts/fhir-server-exporter/Chart.yaml b/charts/fhir-server-exporter/Chart.yaml index 1ecdf425..2fcdcb92 100644 --- a/charts/fhir-server-exporter/Chart.yaml +++ b/charts/fhir-server-exporter/Chart.yaml @@ -7,4 +7,4 @@ sources: - https://github.com/chgl/fhir-server-exporter maintainers: - name: chgl -version: 0.1.1 +version: 0.1.2 diff --git a/charts/fhir-server-exporter/README.md b/charts/fhir-server-exporter/README.md index 55c8066c..7e078371 100644 --- a/charts/fhir-server-exporter/README.md +++ b/charts/fhir-server-exporter/README.md @@ -64,6 +64,7 @@ The following table lists the configurable parameters of the `fhir-server-export | nodeSelector | | `{}` | | tolerations | | `[]` | | affinity | | `{}` | +| extraEnv | extra env vars to set on the fhir-server-exporter container | `[]` | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example: diff --git a/charts/fhir-server-exporter/templates/deployment.yaml b/charts/fhir-server-exporter/templates/deployment.yaml index 76a37478..de414913 100644 --- a/charts/fhir-server-exporter/templates/deployment.yaml +++ b/charts/fhir-server-exporter/templates/deployment.yaml @@ -73,6 +73,9 @@ spec: value: {{ .fhirServerUrl | quote }} - name: FETCHINTERVALSECONDS value: {{ .fetchIntervalSeconds | quote }} + {{- if .extraEnv }} + {{- toYaml .extraEnv | nindent 12 }} + {{- end }} {{- with .nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} diff --git a/charts/fhir-server-exporter/values.yaml b/charts/fhir-server-exporter/values.yaml index f06bc523..db4e32ae 100644 --- a/charts/fhir-server-exporter/values.yaml +++ b/charts/fhir-server-exporter/values.yaml @@ -24,7 +24,7 @@ replicaCount: 1 image: # +doc-gen:ignore registry: ghcr.io repository: chgl/fhir-server-exporter - tag: v1.1.17 + tag: v1.2.2 pullPolicy: IfNotPresent imagePullSecrets: [] @@ -88,3 +88,8 @@ livenessProbe: # +doc-gen:ignore periodSeconds: 20 successThreshold: 1 timeoutSeconds: 20 + +# extra env vars to set on the fhir-server-exporter container +extraEnv: [] +# - name: "FOO" +# value: "BAR" diff --git a/charts/fhir-server/Chart.yaml b/charts/fhir-server/Chart.yaml index ea679422..b3956ef6 100644 --- a/charts/fhir-server/Chart.yaml +++ b/charts/fhir-server/Chart.yaml @@ -10,4 +10,4 @@ maintainers: sources: - https://github.com/microsoft/fhir-server type: application -version: 0.4.14 +version: 0.4.15 diff --git a/charts/fhir-server/values.yaml b/charts/fhir-server/values.yaml index 31c1fc95..c83b8ee0 100644 --- a/charts/fhir-server/values.yaml +++ b/charts/fhir-server/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: # +doc-gen:ignore registry: mcr.microsoft.com repository: healthcareapis/r4-fhir-server - tag: 1.0.854 + tag: 1.0.869 pullPolicy: IfNotPresent imagePullSecrets: []