diff --git a/init/resources/airbyte/workspace/airbyte_config/STANDARD_DESTINATION_DEFINITION.yaml b/init/resources/airbyte/workspace/airbyte_config/STANDARD_DESTINATION_DEFINITION.yaml index 3125438..68d45e1 100644 --- a/init/resources/airbyte/workspace/airbyte_config/STANDARD_DESTINATION_DEFINITION.yaml +++ b/init/resources/airbyte/workspace/airbyte_config/STANDARD_DESTINATION_DEFINITION.yaml @@ -2,7 +2,7 @@ - destinationDefinitionId: "6c6366b8-11f9-419a-8cdc-9209def71e1f" name: "Faros Destination" dockerRepository: "farosai/airbyte-faros-destination" - dockerImageTag: "0.4.65" + dockerImageTag: "0.4.69" documentationUrl: "https://docs.faros.ai" spec: documentationUrl: "https://docs.faros.ai" diff --git a/init/src/airbyte/init.ts b/init/src/airbyte/init.ts index a887e3f..28e148d 100644 --- a/init/src/airbyte/init.ts +++ b/init/src/airbyte/init.ts @@ -218,7 +218,7 @@ export class AirbyteInit { async setupFarosDestinationDefinition(): Promise { // const version = await AirbyteInit.getLatestImageTag(FAROS_DEST_REPO); - const version = '0.4.65'; // tmp for product hunt launch + const version = '0.4.69'; // tmp for product hunt launch const listResponse = await this.api.post('/destination_definitions/list'); const farosDestDef = find( listResponse.data.destinationDefinitions as DestinationDefinition[],