Updated Helm chart to use hapi fhir image 6.2.2 (#472)

This commit is contained in:
chgl
2023-01-10 20:52:16 +01:00
committed by GitHub
parent 07d9a193d2
commit ef8c487da4
4 changed files with 10 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ image:
# -- the path inside the repository
repository: hapiproject/hapi
# -- the image tag. As of v5.7.0, this is the `distroless` flavor by default, add `-tomcat` to use the Tomcat-based image.
tag: "v6.2.1@sha256:8d1b4c1c8abd613f685267a3dda494d87aba4cff449eed39902a6ece2c086f3c"
tag: "v6.2.2@sha256:9c4e8af94d81ac0049dbb589e4cd855bf78c9c13be6f6844e814c63d63545b44"
# -- image pullPolicy to use
pullPolicy: IfNotPresent