Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #546

Merged
merged 3 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
version: 1.1.4
version: 1.1.5
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.11@sha256:a29bb6ea53f6b5b78ca0797991327b46deae9db755a995dbbbc3a6ee2051e9f3
tag: v2.3.12@sha256:37b80b5b6daa88648eb2ca0e573a908375cf23b3c232c3cf9a63f7c3fd9c1499
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion charts/fhir-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
sources:
- https://github.com/microsoft/fhir-server
type: application
version: 0.11.3
version: 0.11.4
deprecated: false
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/fhir-server/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- name: probe-condition-count-endpoint
image: "{{ $.Values.curl.image.registry }}/{{ $.Values.curl.image.repository }}:{{ $.Values.curl.image.tag }}"
command: ["curl", "--fail-with-body"]
args: ['http://{{ include "fhir-server.fullname" . }}:{{ .Values.service.port }}/Condition?summary=count']
args: ['http://{{ include "fhir-server.fullname" . }}:{{ .Values.service.port }}/Condition?_summary=count']
securityContext:
allowPrivilegeEscalation: false
capabilities:
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-16T21:44:00.010038883Z"
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
6 changes: 3 additions & 3 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.7.8
version: 14.7.9
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:e7cdf57b6c62c3429221f08e2b47f5f2127cc206e808cdf473fb7141b083c27a
generated: "2024-09-13T19:43:00.519336187Z"
digest: sha256:962a08515870b12569277957424d5aea10d20fdbdd0bfb83e9b97c294da0c19a
generated: "2024-09-16T21:44:01.607769251Z"
4 changes: 2 additions & 2 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.7.8
version: 14.7.9
repository: oci://registry-1.docker.io/bitnamicharts
condition: minio.enabled
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
version: 0.8.3
version: 0.8.4
appVersion: "7.x"
annotations:
artifacthub.io/license: Apache-2.0
Expand Down
Loading