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] committed Sep 2, 2024
1 parent 2dbf78a commit a254a95
Show file tree
Hide file tree
Showing 18 changed files with 41 additions and 41 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.16@sha256:b6a3c4e90c464625993680560780f2888f6df75b6564066cc51aea7a67c67074
container: ghcr.io/chgl/kube-powertools:v2.3.19@sha256:b4e0738e9e0ad66a14e9e7b0da58e24856fc695e7853f85a62796c27f9d52eff
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
if: ${{ false }}
needs:
- test
container: ghcr.io/chgl/kube-powertools:v2.3.16@sha256:b6a3c4e90c464625993680560780f2888f6df75b6564066cc51aea7a67c67074
container: ghcr.io/chgl/kube-powertools:v2.3.19@sha256:b4e0738e9e0ad66a14e9e7b0da58e24856fc695e7853f85a62796c27f9d52eff
permissions:
pull-requests: write
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Upload MegaLinter artifacts
- name: Archive production artifacts
if: ${{ always() }}
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: MegaLinter reports
path: |
Expand Down
4 changes: 2 additions & 2 deletions .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.16@sha256:b6a3c4e90c464625993680560780f2888f6df75b6564066cc51aea7a67c67074
container: ghcr.io/chgl/kube-powertools:v2.3.19@sha256:b4e0738e9e0ad66a14e9e7b0da58e24856fc695e7853f85a62796c27f9d52eff
permissions:
contents: write
packages: write
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Install Cosign
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0

- name: Login to GitHub Container Registry
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
with:
sarif_file: results.sarif
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.16@sha256:b6a3c4e90c464625993680560780f2888f6df75b6564066cc51aea7a67c67074
docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.19@sha256:b4e0738e9e0ad66a14e9e7b0da58e24856fc695e7853f85a62796c27f9d52eff
```

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.16@sha256:b6a3c4e90c464625993680560780f2888f6df75b6564066cc51aea7a67c67074
$ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.19@sha256:b4e0738e9e0ad66a14e9e7b0da58e24856fc695e7853f85a62796c27f9d52eff
bash-5.0: helm template charts/fhir-server/ | polaris dashboard --config=.polaris.yaml --audit-path=-
```

Expand Down
6 changes: 3 additions & 3 deletions charts/fhir-server-exporter/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.21.0
digest: sha256:fa5421cd14dfb0777043fe7cf2ffd8c39732d6ed3b5561625565324233a3c602
generated: "2024-08-06T12:28:31.742032583Z"
version: 2.22.0
digest: sha256:e7943933f1fa37825f9ace8d83ecf7a67e6a7a62bf643bfe7a829c3c73f723fb
generated: "2024-09-02T03:47:16.991059135Z"
4 changes: 2 additions & 2 deletions charts/fhir-server-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ kubeVersion: ">= 1.19.0"
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.21.0
version: 1.1.2
version: 2.22.0
version: 1.1.3
appVersion: 2.x
annotations:
artifacthub.io/license: Apache-2.0
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.7@sha256:3a368d8e8ca496b3a5347c4a52e789806252c232efd38746a55fbc2780756ed7
tag: v2.3.9@sha256:ae0098773cce362ad378910eb02845626f1600b5da1e64d60d424fb37c61d927
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
6 changes: 3 additions & 3 deletions charts/fhir-server/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.21.0
digest: sha256:fa5421cd14dfb0777043fe7cf2ffd8c39732d6ed3b5561625565324233a3c602
generated: "2024-08-06T12:28:20.62309043Z"
version: 2.22.0
digest: sha256:e7943933f1fa37825f9ace8d83ecf7a67e6a7a62bf643bfe7a829c3c73f723fb
generated: "2024-09-02T03:47:15.702763086Z"
4 changes: 2 additions & 2 deletions charts/fhir-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ maintainers:
sources:
- https://github.com/microsoft/fhir-server
type: application
version: 0.11.1
version: 0.11.2
deprecated: false
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.21.0
version: 2.22.0
annotations:
artifacthub.io/changes: |-
# When using the list of objects option the valid supported kinds are
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.218@sha256:d3f817db5215bd99df6e0285c1e7d295391622f0b0a4aa5723a2733c23cd6ab0
tag: 4.0.231@sha256:b81dda5ffb636dbf70664a705da359145d73e18c384582c7b6d0352e3557ad78
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
6 changes: 3 additions & 3 deletions charts/magnifhir/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.21.0
digest: sha256:fa5421cd14dfb0777043fe7cf2ffd8c39732d6ed3b5561625565324233a3c602
generated: "2024-08-06T12:28:11.68708045Z"
version: 2.22.0
digest: sha256:e7943933f1fa37825f9ace8d83ecf7a67e6a7a62bf643bfe7a829c3c73f723fb
generated: "2024-09-02T03:47:14.415762071Z"
4 changes: 2 additions & 2 deletions charts/magnifhir/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ deprecated: false
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.21.0
version: 1.3.1
version: 2.22.0
version: 1.3.2
appVersion: 1.x
annotations:
artifacthub.io/license: Apache-2.0
Expand Down
8 changes: 4 additions & 4 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.20
version: 15.5.27
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.21.0
digest: sha256:539525341a172f753f4a618d822f93ef57850da313e2aa530b3b53b81d357eee
generated: "2024-08-06T12:28:02.557387211Z"
version: 2.22.0
digest: sha256:22fbd0324112334dc7e4c0a6520771fe0c8f35aa1d8a045e827443ef408b2dd6
generated: "2024-09-02T03:47:12.784501099Z"
6 changes: 3 additions & 3 deletions charts/ohdsi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ maintainers:
- name: chgl
dependencies:
- name: postgresql
version: 15.5.20
version: 15.5.27
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.21.0
version: 2.22.0
icon: https://avatars.githubusercontent.com/u/6570077
deprecated: false
kubeVersion: ">= 1.19.0"
version: 0.24.1
version: 0.24.2
annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/containsSecurityUpdates: "false"
Expand Down
2 changes: 1 addition & 1 deletion charts/ohdsi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ webApi:
image: # +doc-gen:ignore

Check warning on line 87 in charts/ohdsi/values.yaml

View workflow job for this annotation

GitHub Actions / lint

87:12 [comments] too few spaces before comment
registry: docker.io
repository: bitnami/postgresql
tag: 16.3.0-debian-12-r23@sha256:865e341baf49006e32b3e72254a15a81c939178cb9c48fcd9faf1c0ac4b49664
tag: 16.4.0-debian-12-r6@sha256:aa2139385d5dcce4a4f2097062c443e8ae09899f2fbbcbc7abb6677c0f254846
pullPolicy: IfNotPresent

serviceAccount:
Expand Down
8 changes: 4 additions & 4 deletions charts/pathling-server/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.6.32
version: 14.7.4
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.21.0
digest: sha256:ab434ae5ffa1351e5536615eb5982afea14166e2312a21b93e4f74c7d21c4416
generated: "2024-08-06T12:27:52.310707703Z"
version: 2.22.0
digest: sha256:5a5ceb9d6c39d29e16e8a5c8d18076109c87a7a2525f6ecdfd470efb7c66c71d
generated: "2024-09-02T03:47:11.216623439Z"
6 changes: 3 additions & 3 deletions charts/pathling-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ maintainers:
url: https://github.com/chgl
dependencies:
- name: minio
version: 14.6.32
version: 14.7.4
repository: oci://registry-1.docker.io/bitnamicharts
condition: minio.enabled
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.21.0
version: 0.8.1
version: 2.22.0
version: 0.8.2
appVersion: "7.x"
annotations:
artifacthub.io/license: Apache-2.0
Expand Down

0 comments on commit a254a95

Please sign in to comment.