From 05816552a599bfa8a09ab8707bfe6f22de6cd339 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:05:20 +0000 Subject: [PATCH] chore(deps): update docker.io/library/eclipse-mosquitto docker tag to v2.0.20 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .tekton/integration-test.yaml | 2 +- .tekton/unit-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/integration-test.yaml b/.tekton/integration-test.yaml index b4f0a8ec..472e4bad 100644 --- a/.tekton/integration-test.yaml +++ b/.tekton/integration-test.yaml @@ -124,7 +124,7 @@ spec: volumeMounts: - mountPath: /work name: pgdata - - image: docker.io/library/eclipse-mosquitto:2.0.18 + - image: docker.io/library/eclipse-mosquitto:2.0.20 name: mqtt-test volumeMounts: - mountPath: /mosquitto/data diff --git a/.tekton/unit-test.yaml b/.tekton/unit-test.yaml index 8b7c98ff..9848dbf9 100644 --- a/.tekton/unit-test.yaml +++ b/.tekton/unit-test.yaml @@ -124,7 +124,7 @@ spec: volumeMounts: - mountPath: /work name: pgdata - - image: docker.io/library/eclipse-mosquitto:2.0.18 + - image: docker.io/library/eclipse-mosquitto:2.0.20 name: mqtt-test volumeMounts: - mountPath: /mosquitto/data