Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent fb91ee9 commit 1db83b2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions: read-all
jobs:
lint:
runs-on: ubuntu-22.04
container: ghcr.io/chgl/kube-powertools:v2.3.21@sha256:9595148518325737dc2a05a536759686cdec656ae5c0d63c46e6dacd3bb04c8b
container: ghcr.io/chgl/kube-powertools:v2.3.22@sha256:3693e6ffe8f3d4f4dfbf9fcc7a18b8f26e561870668031667d9132df3a9ee8ab
steps:
- name: Add workspace as safe directory
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all
jobs:
release:
runs-on: ubuntu-22.04
container: ghcr.io/chgl/kube-powertools:v2.3.21@sha256:9595148518325737dc2a05a536759686cdec656ae5c0d63c46e6dacd3bb04c8b
container: ghcr.io/chgl/kube-powertools:v2.3.22@sha256:3693e6ffe8f3d4f4dfbf9fcc7a18b8f26e561870668031667d9132df3a9ee8ab
permissions:
contents: write
packages: write
Expand Down
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.21
docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.22
```

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.21
$ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.22
bash-5.0: helm template charts/fhir-gateway/ | polaris dashboard --config .polaris.yaml --audit-path -
```

Expand Down
6 changes: 3 additions & 3 deletions charts/fhir-gateway/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 15.5.31
- name: fhir-pseudonymizer
repository: oci://ghcr.io/miracum/charts
version: 0.7.3
version: 0.7.4
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:133050cdb257f3649eec4af3f6def06a098b0a29f4f2b6219d3c63295fc7798e
generated: "2024-09-14T02:16:10.473795559Z"
digest: sha256:38e331e19d19940042b7ff627063eaab7ebef2d227deee4cce280c04935331b1
generated: "2024-09-16T06:19:26.742869994Z"
4 changes: 2 additions & 2 deletions charts/fhir-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ dependencies:
condition: postgresql.enabled
- name: fhir-pseudonymizer
condition: fhir-pseudonymizer.enabled
version: 0.7.3
version: 0.7.4
repository: oci://ghcr.io/miracum/charts
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
version: 6.3.4
version: 6.3.5
annotations:
# When using the list of objects option the valid supported kinds are
# added, changed, deprecated, removed, fixed and security.
Expand Down
6 changes: 3 additions & 3 deletions charts/fhir-pseudonymizer/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: vfps
repository: oci://ghcr.io/miracum/charts
version: 2.1.2
version: 2.1.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:2116ec32bf09f5436c64fdaed8747d2e3b7377041ba9d286b7f029a23a6dc297
generated: "2024-09-14T02:16:18.200473774Z"
digest: sha256:d091fbe30cfce980978b82ca31ccd053f07e8265fe3087837b054dac3926ceef
generated: "2024-09-16T06:19:38.718485618Z"
4 changes: 2 additions & 2 deletions charts/fhir-pseudonymizer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ sources:
home: https://github.com/miracum/fhir-pseudonymizer
dependencies:
- name: vfps
version: 2.1.2
version: 2.1.3
repository: oci://ghcr.io/miracum/charts
condition: vfps.enabled
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
version: 0.7.4
version: 0.7.5
annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/containsSecurityUpdates: "false"
Expand Down

0 comments on commit 1db83b2

Please sign in to comment.