From fc78b55dec4f984f72f0d247c6ded8c797aa9234 Mon Sep 17 00:00:00 2001 From: Eugene Date: Thu, 15 Jul 2021 12:52:45 +0300 Subject: [PATCH] Fixed cockroachdb repo image (#4758) --- .../9fa5862c-da7c-11eb-8d19-0242ac130003.json | 2 +- .../init/src/main/resources/seed/source_definitions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/9fa5862c-da7c-11eb-8d19-0242ac130003.json b/airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/9fa5862c-da7c-11eb-8d19-0242ac130003.json index ef5d43189943..e2d137f24b72 100644 --- a/airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/9fa5862c-da7c-11eb-8d19-0242ac130003.json +++ b/airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/9fa5862c-da7c-11eb-8d19-0242ac130003.json @@ -1,7 +1,7 @@ { "sourceDefinitionId": "9fa5862c-da7c-11eb-8d19-0242ac130003", "name": "Cockroachdb", - "dockerRepository": "airbyte/source-postgres", + "dockerRepository": "airbyte/source-cockroachdb", "dockerImageTag": "0.1.1", "documentationUrl": "https://hub.docker.com/r/airbyte/source-cockroachdb" } diff --git a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml index fc733444439d..63e25b3a73a5 100644 --- a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml @@ -51,7 +51,7 @@ icon: postgresql.svg - sourceDefinitionId: 9fa5862c-da7c-11eb-8d19-0242ac130003 name: Cockroachdb - dockerRepository: airbyte/source-postgres + dockerRepository: airbyte/source-cockroachdb dockerImageTag: 0.1.1 documentationUrl: https://hub.docker.com/r/airbyte/source-cockroachdb - sourceDefinitionId: af6d50ee-dddf-4126-a8ee-7faee990774f