Skip to content

Commit

Permalink
bumped fhir gw (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl authored Oct 28, 2024
1 parent 7b47d6d commit 6309708
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ helm repo update
1. Mount the folder in the [kube-powertools](https://github.com/chgl/kube-powertools) container to easily run linters and checks

```sh
docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.27
docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.27@sha256:2d1a6a5c0c42a29219550a616c5eeaa5ef9d057f28c40c9d83d048f73d57794b
```

1. Run chart-testing and the `chart-powerlint.sh` script to lint the chart
Expand All @@ -45,7 +45,7 @@ helm repo update
1. (Optional) View the results of the [polaris audit check](https://github.com/FairwindsOps/polaris) in your browser

```sh
$ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.27
$ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.27@sha256:2d1a6a5c0c42a29219550a616c5eeaa5ef9d057f28c40c9d83d048f73d57794b
bash-5.0: helm template charts/fhir-gateway/ | polaris dashboard --config .polaris.yaml --audit-path -
```

Expand Down
4 changes: 2 additions & 2 deletions charts/fhir-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.26.0
version: 6.3.18
version: 6.3.19
annotations:
# When using the list of objects option the valid supported kinds are
# added, changed, deprecated, removed, fixed and security.
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: "Updated fhir-pseudonymizer to 0.7.15"
description: "Updated fhir-gateway to 3.14.0"
2 changes: 1 addition & 1 deletion charts/fhir-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ replicaCount: 1
image: # +doc-gen:ignore
registry: ghcr.io
repository: miracum/fhir-gateway
tag: v3.13.2@sha256:e90e73bf62c64022ab0f180fbbb924056cdd0ae8d7829368bd7346c82f44d3b0
tag: v3.14.0@sha256:ca284d9596133dba76a947fc274baed12e916998d4ac2956ffb429fc81bffd4f
pullPolicy: IfNotPresent

# image pull secrets for the pod
Expand Down

0 comments on commit 6309708

Please sign in to comment.