File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
airbyte-integrations/connectors
destination-clickhouse-strict-encrypt Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ ENV APPLICATION destination-clickhouse-strict-encrypt
16
16
17
17
COPY --from=build /airbyte /airbyte
18
18
19
- LABEL io.airbyte.version=0.2.1
19
+ LABEL io.airbyte.version=0.2.2
20
20
LABEL io.airbyte.name=airbyte/destination-clickhouse-strict-encrypt
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
application {
8
- mainClass = ' io.airbyte.integrations.destination.clickhouse.ClickhouseDestination '
8
+ mainClass = ' io.airbyte.integrations.destination.clickhouse.ClickhouseDestinationStrictEncrypt '
9
9
applicationDefaultJvmArgs = [' -XX:+ExitOnOutOfMemoryError' , ' -XX:MaxRAMPercentage=75.0' ]
10
10
}
11
11
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ ENV APPLICATION destination-clickhouse
16
16
17
17
COPY --from=build /airbyte /airbyte
18
18
19
- LABEL io.airbyte.version=0.2.1
19
+ LABEL io.airbyte.version=0.2.2
20
20
LABEL io.airbyte.name=airbyte/destination-clickhouse
You can’t perform that action at this time.
0 commit comments