Skip to content

Commit

Permalink
Updated everything (#295)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
chgl and renovate[bot] authored Feb 7, 2024
1 parent 449416d commit c8125e7
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 33 deletions.
6 changes: 4 additions & 2 deletions charts/blaze/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ maintainers:
- name: miracum
deprecated: false
kubeVersion: ">= 1.19.0"
version: 0.3.8
version: 0.3.9
appVersion: "0.x"
annotations:
artifacthub.io/license: Apache-2.0
Expand All @@ -25,4 +25,6 @@ annotations:
# added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: changed
description: update ghcr.io/samply/blaze docker tag to v0.23.4
description: update ghcr.io/samply/blaze docker tag to v0.24.0
- kind: changed
description: update docker.io/curlimages/curl docker tag to v8.6.0
4 changes: 2 additions & 2 deletions charts/blaze/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ replicaCount: 1
image:
registry: ghcr.io
repository: samply/blaze
tag: 0.23.4@sha256:bae5e39d81600f94b31432461a904f556277ef4ae342c330f1da2075305492b5
tag: 0.24.0@sha256:79b2873afd6ad7a01f442af752d86bfacd730692392906ce90a19b2b550e881a
pullPolicy: IfNotPresent

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

# -- configuration for the server persistence
persistence:
Expand Down
6 changes: 3 additions & 3 deletions charts/cloudera-hue/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
version: 12.5.6
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
version: 0.1.6
version: 0.1.7
appVersion: "4.11.0"
annotations:
artifacthub.io/license: Apache-2.0
Expand All @@ -31,6 +31,6 @@ annotations:
# added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: changed
description: refreshed docs with latest helm-docs
description: update docker.io/curlimages/curl docker tag to v8.6.0
- kind: changed
description: update docker.io/curlimages/curl docker tag to v8.5.0
description: update docker.io/bitnami/postgresql docker tag to v16
2 changes: 1 addition & 1 deletion charts/cloudera-hue/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cloudera-hue

![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)
![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)

A Helm chart for deploying Cloudera Hue.

Expand Down
4 changes: 2 additions & 2 deletions charts/cloudera-hue/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ waitForDatabaseInitContainer:
image:
registry: docker.io
repository: bitnami/postgresql
tag: 15.3.0-debian-11-r7@sha256:cc301eef743685f4f69d1d719853988e8a9650c90fd9521f4742ce400b3fdf6a
tag: 16.1.0-debian-11-r15@sha256:29e3dd0e7e7a740eabdbae6f82673507d180701a719bbdb6d6308a58cf723e64
pullPolicy: IfNotPresent

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

database:
# -- database hostname of an external database. Only used if `postgresql.enabled` is set to `false`.
Expand Down
10 changes: 4 additions & 6 deletions charts/datashield/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
condition: postgresql.enabled
deprecated: false
kubeVersion: ">= 1.19.0"
version: 0.5.6
version: 0.5.7
annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/containsSecurityUpdates: "false"
Expand All @@ -32,10 +32,8 @@ annotations:
# added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: changed
description: update docker.io/library/busybox:1.36.1-uclibc docker digest to 27441c6
description: update docker.io/curlimages/curl docker tag to v8.6.0
- kind: changed
description: update docker.io/curlimages/curl docker tag to v8.5.0
description: update docker.io/library/busybox:1.36.1-uclibc docker digest to cc71f45
- kind: changed
description: update docker.io/obiba/opal:4.6 docker digest to 50abaa4
- kind: changed
description: refreshed docs with latest helm-docs
description: update docker.io/bitnami/postgresql docker tag to v16
6 changes: 3 additions & 3 deletions charts/datashield/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ waitForDatabaseInitContainer:
image:
registry: docker.io
repository: bitnami/postgresql
tag: 15.3.0-debian-11-r7@sha256:cc301eef743685f4f69d1d719853988e8a9650c90fd9521f4742ce400b3fdf6a
tag: 16.1.0-debian-11-r15@sha256:29e3dd0e7e7a740eabdbae6f82673507d180701a719bbdb6d6308a58cf723e64
pullPolicy: IfNotPresent

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

tests:
# -- configure the test pods resource requests and limits
Expand All @@ -381,7 +381,7 @@ logCollectorSidecar:
image:
registry: docker.io
repository: library/busybox
tag: 1.36.1-uclibc@sha256:27441c673d7b790259201123b4fe396a6115f35e7afb6e11f576be2b48a171cd
tag: 1.36.1-uclibc@sha256:cc71f45a5a48738c4c295314b2bc9bcc18eb0c33e7bb127c3735b751b724141b
# -- configure the resources used by the log collector sidecar container used to tail the
# filesystem-stored log files
resources: {}
Expand Down
8 changes: 6 additions & 2 deletions charts/fhir-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ dependencies:
condition: fhir-pseudonymizer.enabled
version: 0.6.2
repository: oci://ghcr.io/miracum/charts
version: 6.1.2
version: 6.1.3
annotations:
# When using the list of objects option the valid supported kinds are
# added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: changed
description: update ghcr.io/miracum/fhir-gateway docker tag to v3.12.8
description: update ghcr.io/miracum/loinc-conversion docker tag to v1.14.6
- kind: changed
description: update docker.io/curlimages/curl docker tag to v8.6.0
- kind: changed
description: update docker.io/bitnami/postgresql docker tag to v16
6 changes: 3 additions & 3 deletions charts/fhir-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ waitForPostgresInitContainer:
image: # +doc-gen:ignore
registry: docker.io
repository: bitnami/postgresql
tag: 15.3.0-debian-11-r7@sha256:cc301eef743685f4f69d1d719853988e8a9650c90fd9521f4742ce400b3fdf6a
tag: 16.1.0-debian-11-r15@sha256:29e3dd0e7e7a740eabdbae6f82673507d180701a719bbdb6d6308a58cf723e64
pullPolicy: IfNotPresent

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

metrics:
Expand Down Expand Up @@ -324,7 +324,7 @@ curl: # +doc-gen:ignore
image:
registry: docker.io
repository: curlimages/curl
tag: 8.5.0@sha256:4bfa3e2c0164fb103fb9bfd4dc956facce32b6c5d47cc09fcec883ce9535d5ac
tag: 8.6.0@sha256:c3b8bee303c6c6beed656cfc921218c529d65aa61114eb9e27c62047a1271b9b

# container security context applied to init containers used by the query, list, and notify modules.
# also used by the Helm test job pods
Expand Down
6 changes: 2 additions & 4 deletions charts/fhir-pseudonymizer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
version: 2.0.1
repository: oci://ghcr.io/miracum/charts
condition: vfps.enabled
version: 0.6.2
version: 0.6.3
annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/containsSecurityUpdates: "false"
Expand All @@ -22,6 +22,4 @@ annotations:
# added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: changed
description: update ghcr.io/miracum/fhir-pseudonymizer docker tag to v2.21.5
- kind: changed
description: update vfps sub-chart to v2.0.1
description: update docker.io/curlimages/curl docker tag to v8.6.0
2 changes: 1 addition & 1 deletion charts/fhir-pseudonymizer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ curl: # +doc-gen:ignore
image:
registry: docker.io
repository: curlimages/curl
tag: 8.5.0@sha256:4bfa3e2c0164fb103fb9bfd4dc956facce32b6c5d47cc09fcec883ce9535d5ac
tag: 8.6.0@sha256:c3b8bee303c6c6beed656cfc921218c529d65aa61114eb9e27c62047a1271b9b

# container security context applied to init containers and the Helm test pods
restrictedContainerSecurityContext: # +doc-gen:ignore
Expand Down
8 changes: 6 additions & 2 deletions charts/vfps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
condition: postgresql.enabled
deprecated: false
kubeVersion: ">= 1.19.0"
version: 2.0.1
version: 2.0.2
appVersion: "1.x"
annotations:
artifacthub.io/license: Apache-2.0
Expand All @@ -37,4 +37,8 @@ annotations:
# added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: changed
description: update docker.io/curlimages/curl docker tag to v8.5.0
description: update ghcr.io/miracum/vfps docker tag to v1.3.3
- kind: changed
description: update docker.io/curlimages/curl docker tag to v8.6.0
- kind: changed
description: update docker.io/bitnami/postgresql docker tag to v16
4 changes: 2 additions & 2 deletions charts/vfps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ replicaCount: 1
image:
registry: ghcr.io
repository: miracum/vfps
tag: v1.3.2@sha256:6f43c27a1da596b3c43f2f2078fb0ea44680afb94929d99bc005a24902bce202
tag: v1.3.3@sha256:f8b3f52cd0491e808bf21110d7d15ce64c84ba7508f5d2ccf97277da9e4c3b33
pullPolicy: IfNotPresent

migrationsJob:
Expand Down Expand Up @@ -215,7 +215,7 @@ curl:
image:
registry: docker.io
repository: curlimages/curl
tag: 8.5.0@sha256:4bfa3e2c0164fb103fb9bfd4dc956facce32b6c5d47cc09fcec883ce9535d5ac
tag: 8.6.0@sha256:c3b8bee303c6c6beed656cfc921218c529d65aa61114eb9e27c62047a1271b9b

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

0 comments on commit c8125e7

Please sign in to comment.