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 64d22ef commit 9d9daa6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
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: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
if: ${{ false }}
needs:
- test
container: ghcr.io/chgl/kube-powertools:v2.3.21@sha256:9595148518325737dc2a05a536759686cdec656ae5c0d63c46e6dacd3bb04c8b
container: ghcr.io/chgl/kube-powertools:v2.3.22@sha256:3693e6ffe8f3d4f4dfbf9fcc7a18b8f26e561870668031667d9132df3a9ee8ab
permissions:
pull-requests: write
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 @@ -39,7 +39,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@sha256:9595148518325737dc2a05a536759686cdec656ae5c0d63c46e6dacd3bb04c8b
docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.22@sha256:3693e6ffe8f3d4f4dfbf9fcc7a18b8f26e561870668031667d9132df3a9ee8ab
```

1. Run chart-testing and the `chart-powerlint.sh` script to lint the chart
Expand All @@ -51,7 +51,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@sha256:9595148518325737dc2a05a536759686cdec656ae5c0d63c46e6dacd3bb04c8b
$ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.22@sha256:3693e6ffe8f3d4f4dfbf9fcc7a18b8f26e561870668031667d9132df3a9ee8ab
bash-5.0: helm template charts/fhir-server/ | polaris dashboard --config=.polaris.yaml --audit-path=-
```

Expand Down
2 changes: 1 addition & 1 deletion charts/fhir-server-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ replicaCount: 1
image: # +doc-gen:ignore
registry: ghcr.io
repository: chgl/fhir-server-exporter
tag: v2.3.11@sha256:a29bb6ea53f6b5b78ca0797991327b46deae9db755a995dbbbc3a6ee2051e9f3
tag: v2.3.12@sha256:37b80b5b6daa88648eb2ca0e573a908375cf23b3c232c3cf9a63f7c3fd9c1499
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
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: 4.0.242@sha256:ce7f41002f6f3e28b249bf8f6cdc27129575daf783c9ffbbf8067806d5519a7d
tag: 4.0.249@sha256:56e8f17857c92d60779810ee48823b41d2c663b5c75839e30e79e3779dd82d6b
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
6 changes: 3 additions & 3 deletions charts/ohdsi/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.30
version: 15.5.31
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:6669ca4b6e6080261c17deb0722516874af2f88c4212144d2b9df22bced631b9
generated: "2024-09-13T19:42:52.579871822Z"
digest: sha256:887b743736f097086f12078fe1351265bbbf114fd274a8648f8e932f17e44113
generated: "2024-09-16T08:10:51.64109456Z"
4 changes: 2 additions & 2 deletions charts/ohdsi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maintainers:
- name: chgl
dependencies:
- name: postgresql
version: 15.5.30
version: 15.5.31
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: common
Expand All @@ -24,7 +24,7 @@ dependencies:
icon: https://avatars.githubusercontent.com/u/6570077
deprecated: false
kubeVersion: ">= 1.19.0"
version: 0.24.3
version: 0.24.4
annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/containsSecurityUpdates: "false"
Expand Down

0 comments on commit 9d9daa6

Please sign in to comment.