From f1c09afe9614a6ca2cce82fb742947556ef6a24a Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 02:40:21 +0000 Subject: [PATCH] chore(deps): update docker.io/library/eclipse-mosquitto docker tag to v2.0.19 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 ef5e8f1e..237d7a8c 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.19 name: mqtt-test volumeMounts: - mountPath: /mosquitto/data diff --git a/.tekton/unit-test.yaml b/.tekton/unit-test.yaml index 5d5e84bc..95ac7aa9 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.19 name: mqtt-test volumeMounts: - mountPath: /mosquitto/data