diff --git a/README.md b/README.md index 6faf7b40..7e363f9a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 - ``` diff --git a/charts/fhir-gateway/Chart.yaml b/charts/fhir-gateway/Chart.yaml index 9ca66bab..feae0bfd 100644 --- a/charts/fhir-gateway/Chart.yaml +++ b/charts/fhir-gateway/Chart.yaml @@ -17,7 +17,7 @@ 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. @@ -25,4 +25,4 @@ annotations: # 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" diff --git a/charts/fhir-gateway/values.yaml b/charts/fhir-gateway/values.yaml index b0c0464f..94723751 100644 --- a/charts/fhir-gateway/values.yaml +++ b/charts/fhir-gateway/values.yaml @@ -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