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