From a1baa422aafd510711701ac13d0b0ea441db5d40 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Sun, 2 May 2021 15:34:54 +0200 Subject: [PATCH] upgrade mosquitto --- mosquitto/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mosquitto/deployment.yaml b/mosquitto/deployment.yaml index 535b37b..448795a 100644 --- a/mosquitto/deployment.yaml +++ b/mosquitto/deployment.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: mosquitto - image: docker.io/eclipse-mosquitto:1.6 + image: docker.io/eclipse-mosquitto:2-openssl imagePullPolicy: Always ports: - containerPort: 1883