From 17ff1137796bb5ec51ce8e3ff203c44002882ea3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 17 Aug 2022 16:43:44 +0000 Subject: [PATCH] Update docker.io/eclipse-mosquitto Docker tag to v2.0.15 --- mosquitto/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mosquitto/deployment.yaml b/mosquitto/deployment.yaml index 517edb6..5799546 100644 --- a/mosquitto/deployment.yaml +++ b/mosquitto/deployment.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: mosquitto - image: docker.io/eclipse-mosquitto:2.0.14-openssl + image: docker.io/eclipse-mosquitto:2.0.15-openssl imagePullPolicy: Always ports: - containerPort: 1883