From 6a0c6800c8511da82b6b6988565a24509c3e5b8d Mon Sep 17 00:00:00 2001 From: Alexandros Milaios Date: Thu, 3 Oct 2024 10:23:52 +0300 Subject: [PATCH] fix: update image for singer zendesk support to v8.3.9 --- .../sources/singer_zendesk_support/db-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configurations/sources/singer_zendesk_support/db-config.json b/src/configurations/sources/singer_zendesk_support/db-config.json index 21cf4d376..fb8aa7d5d 100644 --- a/src/configurations/sources/singer_zendesk_support/db-config.json +++ b/src/configurations/sources/singer_zendesk_support/db-config.json @@ -3,7 +3,7 @@ "category": "singer-protocol", "displayName": "Zendesk Support", "options": { - "image": "rudderstack/source-zendesk-support:v8.2.22" + "image": "rudderstack/source-zendesk-support:v8.3.9" }, "type": "cloudSource" }