From b27755d13a6f45cf132130301d3264c0257edd3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 04:06:16 +0000 Subject: [PATCH] feat(docker-image): update all non-major dependencies | datasource | package | from | to | | ---------- | ------------------------- | ------- | ------- | | docker | ghcr.io/nicolaka/netshoot | v0.10 | v0.11 | | docker | matrixdotorg/synapse | v1.82.0 | v1.83.0 | --- charts/apps/matrix/values.yaml | 2 +- charts/library/common/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/apps/matrix/values.yaml b/charts/apps/matrix/values.yaml index e8f0672d..2d272923 100644 --- a/charts/apps/matrix/values.yaml +++ b/charts/apps/matrix/values.yaml @@ -322,7 +322,7 @@ postgresql: synapse: image: repository: "matrixdotorg/synapse" - tag: v1.82.0 + tag: v1.83.0 pullPolicy: IfNotPresent service: type: ClusterIP diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index 5eceb1bb..f90cb941 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -735,7 +735,7 @@ addons: # -- Specify the netshoot image repository: ghcr.io/nicolaka/netshoot # -- Specify the netshoot image tag - tag: v0.10 + tag: v0.11 # -- Specify the netshoot image pull policy pullPolicy: IfNotPresent