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): updated recruit chart to 10.1.7 #255

Closed
wants to merge 1 commit into from
Closed
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
10 changes: 5 additions & 5 deletions charts/recruit/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
dependencies:
- name: hapi-fhir-jpaserver
repository: https://hapifhir.github.io/hapi-fhir-jpaserver-starter
version: 0.13.0
version: 0.14.0
- name: mailhog
repository: https://codecentric.github.io/helm-charts
version: 5.2.3
- name: ohdsi
repository: oci://ghcr.io/chgl/charts
version: 0.21.8
version: 0.21.9
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.5.6
- name: fhir-pseudonymizer
repository: oci://ghcr.io/miracum/charts
version: 0.5.3
digest: sha256:73c4d16045043bbf39ffcf1925f643d1ef0cc0bf3a31d5050e0ed1c092de132f
generated: "2023-09-09T19:52:37.982386394+02:00"
version: 0.5.7
digest: sha256:c2b7683d4a388608001e49ee35ec03cd8c8d00a8b04ff555788f8f616e01e2d7
generated: "2023-11-01T18:33:13.820819951Z"
12 changes: 6 additions & 6 deletions charts/recruit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@ dependencies:
alias: fhirserver
name: hapi-fhir-jpaserver
repository: https://hapifhir.github.io/hapi-fhir-jpaserver-starter
version: 0.13.0
version: 0.14.0
- condition: mailhog.enabled
name: mailhog
repository: https://codecentric.github.io/helm-charts
version: 5.2.3
- condition: ohdsi.enabled
name: ohdsi
repository: oci://ghcr.io/chgl/charts
version: 0.21.8
version: 0.21.9
- name: postgresql
version: 12.5.6
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- condition: fhir-pseudonymizer.enabled
name: fhir-pseudonymizer
version: 0.5.3
version: 0.5.7
repository: oci://ghcr.io/miracum/charts
# x-release-please-start-version
version: 10.1.6
appVersion: 10.1.6
version: 10.1.7
appVersion: 10.1.7
# x-release-please-end
annotations:
artifacthub.io/containsSecurityUpdates: "false"
Expand Down Expand Up @@ -71,6 +71,6 @@ annotations:
# comment so the `reset-chart-changelog-annotations.yaml` correctly keeps that entry in place.
artifacthub.io/changes: |-
- kind: changed
description: updated recruIT image tags to v10.1.6 # x-release-please-version
description: updated recruIT image tags to v10.1.7 # x-release-please-version
- kind: changed
description: updated OHDSI sub-chart to 0.21.8
2 changes: 1 addition & 1 deletion charts/recruit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@ See the documentation on distributed tracing for more information: <https://mira

---

Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
3 changes: 3 additions & 0 deletions charts/recruit/ci/kitchen-sink-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ query:
postgresql:
enabled: true
auth:
# kics-scan ignore-line
postgresPassword: recruit-notify-ha
primary:
service:
Expand All @@ -86,6 +87,7 @@ ohdsi:
- host: recruit-ohdsi.127.0.0.1.nip.io
postgresql:
auth:
# kics-scan ignore-line
postgresPassword: ohdsi
primary:
service:
Expand Down Expand Up @@ -132,6 +134,7 @@ fhirserver:
paths: ["/"]
postgresql:
auth:
# kics-scan ignore-line
postgresPassword: fhir
primary:
service:
Expand Down
4 changes: 4 additions & 0 deletions charts/recruit/values-integrationtest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
fhirserver:
postgresql:
auth:
# kics-scan ignore-line
postgresPassword: fhir

query:
Expand All @@ -13,6 +14,7 @@ query:
port: 5432
database: postgres
username: postgres
# kics-scan ignore-line
password: mypass
resultsSchema: demo_cdm_results
cdmSchema: demo_cdm
Expand Down Expand Up @@ -47,6 +49,7 @@ notify:
postgresql:
enabled: true
auth:
# kics-scan ignore-line
postgresPassword: recruit-notify-ha

ohdsi:
Expand All @@ -58,6 +61,7 @@ ohdsi:
port: 5432
database: "postgres"
username: "postgres"
# kics-scan ignore-line
password: "mypass"
schema: "webapi"
extraEnv:
Expand Down
3 changes: 3 additions & 0 deletions charts/recruit/values-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ohdsi:
postgresql:
auth:
# kics-scan ignore-line
postgresPassword: ohdsi
primary:
service:
Expand All @@ -17,6 +18,7 @@ ohdsi:
fhirserver:
postgresql:
auth:
# kics-scan ignore-line
postgresPassword: fhir
primary:
service:
Expand Down Expand Up @@ -73,6 +75,7 @@ notify:
postgresql:
enabled: true
auth:
# kics-scan ignore-line
postgresPassword: recruit-notify-ha
primary:
service:
Expand Down
8 changes: 4 additions & 4 deletions charts/recruit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ query:
image: # +doc-gen:ignore
registry: ghcr.io
repository: miracum/recruit/query
tag: v10.1.6 # x-release-please-version
tag: v10.1.7 # x-release-please-version
pullPolicy: IfNotPresent

metrics:
Expand Down Expand Up @@ -316,7 +316,7 @@ notify:
image: # +doc-gen:ignore
registry: ghcr.io
repository: miracum/recruit/notify
tag: v10.1.6 # x-release-please-version
tag: v10.1.7 # x-release-please-version
pullPolicy: IfNotPresent

metrics:
Expand Down Expand Up @@ -496,7 +496,7 @@ list:
image: # +doc-gen:ignore
registry: ghcr.io
repository: miracum/recruit/list
tag: v10.1.6 # x-release-please-version
tag: v10.1.7 # x-release-please-version
pullPolicy: IfNotPresent

# -- the service used to expose the list module web port
Expand Down Expand Up @@ -677,7 +677,7 @@ curl: # +doc-gen:ignore
image:
registry: docker.io
repository: curlimages/curl
tag: 8.2.1@sha256:bb0843a1307b1aa73f65f24379d11dde881c16db62ba50810de0c64d48e740ed
tag: 8.4.0@sha256:4a3396ae573c44932d06ba33f8696db4429c419da87cbdc82965ee96a37dd0af

broadseaAtlasdb:
# -- whether to deploy the OHDSI Broadsea Atlasdb (<https://github.com/OHDSI/Broadsea-Atlasdb>)
Expand Down