Skip to content

Commit

Permalink
Updated image versions (#71)
Browse files Browse the repository at this point in the history
* chore(deps): update ghcr.io/chgl/fhir-server-exporter docker tag to v1.2.1

* chore(deps): update mcr.microsoft.com/healthcareapis/r4-fhir-server docker tag to v1.0.869

* updated all image tags

* fixed tag

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
chgl and renovate-bot authored Mar 20, 2021
1 parent 2eb0972 commit e53c6af
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/fhir-server-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ sources:
- https://github.com/chgl/fhir-server-exporter
maintainers:
- name: chgl
version: 0.1.1
version: 0.1.2
1 change: 1 addition & 0 deletions charts/fhir-server-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
3 changes: 3 additions & 0 deletions charts/fhir-server-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
7 changes: 6 additions & 1 deletion charts/fhir-server-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down Expand Up @@ -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"
2 changes: 1 addition & 1 deletion charts/fhir-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ maintainers:
sources:
- https://github.com/microsoft/fhir-server
type: application
version: 0.4.14
version: 0.4.15
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: 1.0.854
tag: 1.0.869
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit e53c6af

Please sign in to comment.