diff --git a/airbyte-integrations/connectors/source-oracle/metadata.yaml b/airbyte-integrations/connectors/source-oracle/metadata.yaml index 40f10e106b02..c8fc9af90f4d 100644 --- a/airbyte-integrations/connectors/source-oracle/metadata.yaml +++ b/airbyte-integrations/connectors/source-oracle/metadata.yaml @@ -6,10 +6,21 @@ data: hosts: - ${host} - ${tunnel_method.tunnel_host} + connectorBuildOptions: + baseImage: docker.io/airbyte/java-connector-base:1.0.0@sha256:be86e5684e1e6d9280512d3d8071b47153698fe08ad990949c8eeff02803201a connectorSubtype: database + connectorTestSuitesOptions: + - suite: unitTests + - suite: integrationTests + testSecrets: + - fileName: performance-config.json + name: SECRET_SOURCE_ORACLE_PERFORMANCE_TEST_CREDS + secretStore: + alias: airbyte-connector-testing-secret-store + type: GSM connectorType: source definitionId: b39a7370-74c3-45a6-ac3a-380d48520a83 - dockerImageTag: 0.5.2 + dockerImageTag: 0.5.3 dockerRepository: airbyte/source-oracle documentationUrl: https://docs.airbyte.com/integrations/sources/oracle githubIssueLabel: source-oracle @@ -18,7 +29,7 @@ data: name: Oracle DB registryOverrides: cloud: - dockerImageTag: 0.5.2 + dockerImageTag: 0.5.3 dockerRepository: airbyte/source-oracle-strict-encrypt enabled: true oss: @@ -27,13 +38,4 @@ data: supportLevel: community tags: - language:java - connectorTestSuitesOptions: - - suite: unitTests - - suite: integrationTests - testSecrets: - - name: SECRET_SOURCE_ORACLE_PERFORMANCE_TEST_CREDS - fileName: performance-config.json - secretStore: - type: GSM - alias: airbyte-connector-testing-secret-store metadataSpecVersion: "1.0"