Skip to content

Commit c8125e7

Browse files
chglrenovate[bot]
andauthored
Updated everything (#295)
* chore(deps): update docker.io/bitnami/postgresql docker tag to v16 * chore(deps): update docker.io/library/busybox:1.36.1-uclibc docker digest to cc71f45 * chore(deps): update docker.io/curlimages/curl docker tag to v8.6.0 * chore(deps): update ghcr.io/miracum/loinc-conversion docker tag to v1.14.6 * chore(deps): update ghcr.io/miracum/vfps docker tag to v1.3.3 * chore(deps): update ghcr.io/samply/blaze docker tag to v0.24.0 * updated all deps --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 449416d commit c8125e7

File tree

13 files changed

+39
-33
lines changed

13 files changed

+39
-33
lines changed

charts/blaze/Chart.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ maintainers:
1212
- name: miracum
1313
deprecated: false
1414
kubeVersion: ">= 1.19.0"
15-
version: 0.3.8
15+
version: 0.3.9
1616
appVersion: "0.x"
1717
annotations:
1818
artifacthub.io/license: Apache-2.0
@@ -25,4 +25,6 @@ annotations:
2525
# added, changed, deprecated, removed, fixed and security.
2626
artifacthub.io/changes: |
2727
- kind: changed
28-
description: update ghcr.io/samply/blaze docker tag to v0.23.4
28+
description: update ghcr.io/samply/blaze docker tag to v0.24.0
29+
- kind: changed
30+
description: update docker.io/curlimages/curl docker tag to v8.6.0

charts/blaze/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ replicaCount: 1
55
image:
66
registry: ghcr.io
77
repository: samply/blaze
8-
tag: 0.23.4@sha256:bae5e39d81600f94b31432461a904f556277ef4ae342c330f1da2075305492b5
8+
tag: 0.24.0@sha256:79b2873afd6ad7a01f442af752d86bfacd730692392906ce90a19b2b550e881a
99
pullPolicy: IfNotPresent
1010

1111
# -- set the server base URL. Evaluated as a template. Equivalent to setting the `BASE_URL` environment variable.
@@ -152,7 +152,7 @@ curl:
152152
image:
153153
registry: docker.io
154154
repository: curlimages/curl
155-
tag: 8.5.0@sha256:4bfa3e2c0164fb103fb9bfd4dc956facce32b6c5d47cc09fcec883ce9535d5ac
155+
tag: 8.6.0@sha256:c3b8bee303c6c6beed656cfc921218c529d65aa61114eb9e27c62047a1271b9b
156156

157157
# -- configuration for the server persistence
158158
persistence:

charts/cloudera-hue/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
version: 12.5.6
1818
repository: oci://registry-1.docker.io/bitnamicharts
1919
condition: postgresql.enabled
20-
version: 0.1.6
20+
version: 0.1.7
2121
appVersion: "4.11.0"
2222
annotations:
2323
artifacthub.io/license: Apache-2.0
@@ -31,6 +31,6 @@ annotations:
3131
# added, changed, deprecated, removed, fixed and security.
3232
artifacthub.io/changes: |
3333
- kind: changed
34-
description: refreshed docs with latest helm-docs
34+
description: update docker.io/curlimages/curl docker tag to v8.6.0
3535
- kind: changed
36-
description: update docker.io/curlimages/curl docker tag to v8.5.0
36+
description: update docker.io/bitnami/postgresql docker tag to v16

charts/cloudera-hue/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cloudera-hue
22

3-
![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.11.0](https://img.shields.io/badge/AppVersion-4.11.0-informational?style=flat-square)
3+
![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.11.0](https://img.shields.io/badge/AppVersion-4.11.0-informational?style=flat-square)
44

55
A Helm chart for deploying Cloudera Hue.
66

charts/cloudera-hue/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ waitForDatabaseInitContainer:
117117
image:
118118
registry: docker.io
119119
repository: bitnami/postgresql
120-
tag: 15.3.0-debian-11-r7@sha256:cc301eef743685f4f69d1d719853988e8a9650c90fd9521f4742ce400b3fdf6a
120+
tag: 16.1.0-debian-11-r15@sha256:29e3dd0e7e7a740eabdbae6f82673507d180701a719bbdb6d6308a58cf723e64
121121
pullPolicy: IfNotPresent
122122

123123
# -- container security context applied to init containers and the Helm test pods
@@ -155,7 +155,7 @@ curl: # +doc-gen:ignore
155155
image:
156156
registry: docker.io
157157
repository: curlimages/curl
158-
tag: 8.5.0@sha256:4bfa3e2c0164fb103fb9bfd4dc956facce32b6c5d47cc09fcec883ce9535d5ac
158+
tag: 8.6.0@sha256:c3b8bee303c6c6beed656cfc921218c529d65aa61114eb9e27c62047a1271b9b
159159

160160
database:
161161
# -- database hostname of an external database. Only used if `postgresql.enabled` is set to `false`.

charts/datashield/Chart.yaml

+4-6
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
condition: postgresql.enabled
2121
deprecated: false
2222
kubeVersion: ">= 1.19.0"
23-
version: 0.5.6
23+
version: 0.5.7
2424
annotations:
2525
artifacthub.io/license: Apache-2.0
2626
artifacthub.io/containsSecurityUpdates: "false"
@@ -32,10 +32,8 @@ annotations:
3232
# added, changed, deprecated, removed, fixed and security.
3333
artifacthub.io/changes: |
3434
- kind: changed
35-
description: update docker.io/library/busybox:1.36.1-uclibc docker digest to 27441c6
35+
description: update docker.io/curlimages/curl docker tag to v8.6.0
3636
- kind: changed
37-
description: update docker.io/curlimages/curl docker tag to v8.5.0
37+
description: update docker.io/library/busybox:1.36.1-uclibc docker digest to cc71f45
3838
- kind: changed
39-
description: update docker.io/obiba/opal:4.6 docker digest to 50abaa4
40-
- kind: changed
41-
description: refreshed docs with latest helm-docs
39+
description: update docker.io/bitnami/postgresql docker tag to v16

charts/datashield/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ waitForDatabaseInitContainer:
193193
image:
194194
registry: docker.io
195195
repository: bitnami/postgresql
196-
tag: 15.3.0-debian-11-r7@sha256:cc301eef743685f4f69d1d719853988e8a9650c90fd9521f4742ce400b3fdf6a
196+
tag: 16.1.0-debian-11-r15@sha256:29e3dd0e7e7a740eabdbae6f82673507d180701a719bbdb6d6308a58cf723e64
197197
pullPolicy: IfNotPresent
198198

199199
# -- container security context applied to init containers and the Helm test pods
@@ -364,7 +364,7 @@ curl:
364364
image:
365365
registry: docker.io
366366
repository: curlimages/curl
367-
tag: 8.5.0@sha256:4bfa3e2c0164fb103fb9bfd4dc956facce32b6c5d47cc09fcec883ce9535d5ac
367+
tag: 8.6.0@sha256:c3b8bee303c6c6beed656cfc921218c529d65aa61114eb9e27c62047a1271b9b
368368

369369
tests:
370370
# -- configure the test pods resource requests and limits
@@ -381,7 +381,7 @@ logCollectorSidecar:
381381
image:
382382
registry: docker.io
383383
repository: library/busybox
384-
tag: 1.36.1-uclibc@sha256:27441c673d7b790259201123b4fe396a6115f35e7afb6e11f576be2b48a171cd
384+
tag: 1.36.1-uclibc@sha256:cc71f45a5a48738c4c295314b2bc9bcc18eb0c33e7bb127c3735b751b724141b
385385
# -- configure the resources used by the log collector sidecar container used to tail the
386386
# filesystem-stored log files
387387
resources: {}

charts/fhir-gateway/Chart.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ dependencies:
1414
condition: fhir-pseudonymizer.enabled
1515
version: 0.6.2
1616
repository: oci://ghcr.io/miracum/charts
17-
version: 6.1.2
17+
version: 6.1.3
1818
annotations:
1919
# When using the list of objects option the valid supported kinds are
2020
# added, changed, deprecated, removed, fixed and security.
2121
artifacthub.io/changes: |
2222
- kind: changed
23-
description: update ghcr.io/miracum/fhir-gateway docker tag to v3.12.8
23+
description: update ghcr.io/miracum/loinc-conversion docker tag to v1.14.6
24+
- kind: changed
25+
description: update docker.io/curlimages/curl docker tag to v8.6.0
26+
- kind: changed
27+
description: update docker.io/bitnami/postgresql docker tag to v16

charts/fhir-gateway/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ waitForPostgresInitContainer:
5858
image: # +doc-gen:ignore
5959
registry: docker.io
6060
repository: bitnami/postgresql
61-
tag: 15.3.0-debian-11-r7@sha256:cc301eef743685f4f69d1d719853988e8a9650c90fd9521f4742ce400b3fdf6a
61+
tag: 16.1.0-debian-11-r15@sha256:29e3dd0e7e7a740eabdbae6f82673507d180701a719bbdb6d6308a58cf723e64
6262
pullPolicy: IfNotPresent
6363

6464
# the service used to expose the FHIR GW REST endpoint
@@ -212,7 +212,7 @@ loincConverter:
212212
image: # +doc-gen:ignore
213213
registry: ghcr.io
214214
repository: miracum/loinc-conversion
215-
tag: v1.14.5@sha256:5b4e8eb90b32b46cf93a5fa7e26c239793b6f18a548d0021d80fc4a584d22901
215+
tag: v1.14.6@sha256:9f1f5d7d94a789f67e8f430fca442f646c814f6b3af295281657363e02deda85
216216
pullPolicy: IfNotPresent
217217

218218
metrics:
@@ -324,7 +324,7 @@ curl: # +doc-gen:ignore
324324
image:
325325
registry: docker.io
326326
repository: curlimages/curl
327-
tag: 8.5.0@sha256:4bfa3e2c0164fb103fb9bfd4dc956facce32b6c5d47cc09fcec883ce9535d5ac
327+
tag: 8.6.0@sha256:c3b8bee303c6c6beed656cfc921218c529d65aa61114eb9e27c62047a1271b9b
328328

329329
# container security context applied to init containers used by the query, list, and notify modules.
330330
# also used by the Helm test job pods

charts/fhir-pseudonymizer/Chart.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
version: 2.0.1
1111
repository: oci://ghcr.io/miracum/charts
1212
condition: vfps.enabled
13-
version: 0.6.2
13+
version: 0.6.3
1414
annotations:
1515
artifacthub.io/license: Apache-2.0
1616
artifacthub.io/containsSecurityUpdates: "false"
@@ -22,6 +22,4 @@ annotations:
2222
# added, changed, deprecated, removed, fixed and security.
2323
artifacthub.io/changes: |
2424
- kind: changed
25-
description: update ghcr.io/miracum/fhir-pseudonymizer docker tag to v2.21.5
26-
- kind: changed
27-
description: update vfps sub-chart to v2.0.1
25+
description: update docker.io/curlimages/curl docker tag to v8.6.0

charts/fhir-pseudonymizer/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ curl: # +doc-gen:ignore
224224
image:
225225
registry: docker.io
226226
repository: curlimages/curl
227-
tag: 8.5.0@sha256:4bfa3e2c0164fb103fb9bfd4dc956facce32b6c5d47cc09fcec883ce9535d5ac
227+
tag: 8.6.0@sha256:c3b8bee303c6c6beed656cfc921218c529d65aa61114eb9e27c62047a1271b9b
228228

229229
# container security context applied to init containers and the Helm test pods
230230
restrictedContainerSecurityContext: # +doc-gen:ignore

charts/vfps/Chart.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
condition: postgresql.enabled
2121
deprecated: false
2222
kubeVersion: ">= 1.19.0"
23-
version: 2.0.1
23+
version: 2.0.2
2424
appVersion: "1.x"
2525
annotations:
2626
artifacthub.io/license: Apache-2.0
@@ -37,4 +37,8 @@ annotations:
3737
# added, changed, deprecated, removed, fixed and security.
3838
artifacthub.io/changes: |
3939
- kind: changed
40-
description: update docker.io/curlimages/curl docker tag to v8.5.0
40+
description: update ghcr.io/miracum/vfps docker tag to v1.3.3
41+
- kind: changed
42+
description: update docker.io/curlimages/curl docker tag to v8.6.0
43+
- kind: changed
44+
description: update docker.io/bitnami/postgresql docker tag to v16

charts/vfps/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ replicaCount: 1
55
image:
66
registry: ghcr.io
77
repository: miracum/vfps
8-
tag: v1.3.2@sha256:6f43c27a1da596b3c43f2f2078fb0ea44680afb94929d99bc005a24902bce202
8+
tag: v1.3.3@sha256:f8b3f52cd0491e808bf21110d7d15ce64c84ba7508f5d2ccf97277da9e4c3b33
99
pullPolicy: IfNotPresent
1010

1111
migrationsJob:
@@ -215,7 +215,7 @@ curl:
215215
image:
216216
registry: docker.io
217217
repository: curlimages/curl
218-
tag: 8.5.0@sha256:4bfa3e2c0164fb103fb9bfd4dc956facce32b6c5d47cc09fcec883ce9535d5ac
218+
tag: 8.6.0@sha256:c3b8bee303c6c6beed656cfc921218c529d65aa61114eb9e27c62047a1271b9b
219219

220220
# -- a JSON configuration object which is mounted as `appsettings.Production.json` inside the container.
221221
# useful to define namespaces to create as part of the application startup.

0 commit comments

Comments
 (0)