From 9da936ae3dc21b15be8bb1d270329b7014a68846 Mon Sep 17 00:00:00 2001 From: Joe Bell Date: Mon, 29 Jan 2024 22:18:29 -0800 Subject: [PATCH] Revert Default Cloud Version (#34646) --- .../connectors/destination-postgres-strict-encrypt/metadata.yaml | 1 + .../connectors/destination-postgres/metadata.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/airbyte-integrations/connectors/destination-postgres-strict-encrypt/metadata.yaml b/airbyte-integrations/connectors/destination-postgres-strict-encrypt/metadata.yaml index c9136954c393..6403177cee3a 100644 --- a/airbyte-integrations/connectors/destination-postgres-strict-encrypt/metadata.yaml +++ b/airbyte-integrations/connectors/destination-postgres-strict-encrypt/metadata.yaml @@ -16,6 +16,7 @@ data: registries: cloud: enabled: false + dockerImageTag: 0.6.0 oss: enabled: false releaseStage: alpha diff --git a/airbyte-integrations/connectors/destination-postgres/metadata.yaml b/airbyte-integrations/connectors/destination-postgres/metadata.yaml index 26b08f6fb1b3..730c511df3b8 100644 --- a/airbyte-integrations/connectors/destination-postgres/metadata.yaml +++ b/airbyte-integrations/connectors/destination-postgres/metadata.yaml @@ -19,6 +19,7 @@ data: registries: cloud: dockerRepository: airbyte/destination-postgres-strict-encrypt + dockerImageTag: 0.6.0 enabled: true oss: enabled: true