From 29da37cbf52a2914fd42339fd66b5e6a8ff188eb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 May 2022 01:26:12 +0000 Subject: [PATCH] Update Docker image eclipse-mosquitto to v2.0.14 --- projects/services/values/mqtt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/services/values/mqtt.yaml b/projects/services/values/mqtt.yaml index fcfcc2a6..5ef47b37 100644 --- a/projects/services/values/mqtt.yaml +++ b/projects/services/values/mqtt.yaml @@ -2,7 +2,7 @@ image: # -- image repository repository: eclipse-mosquitto # -- image tag - tag: 2.0.11 + tag: 2.0.14 # -- image pull policy pullPolicy: IfNotPresent