Skip to content

Commit 8bcc156

Browse files
author
Lyubo Kamenov
authored
Fix pipeline path error with conduit in versions v0.13.5+ (#83)
In earlier versions of conduit (<= 0.13.4) it was allowed for a pipeline file to be passed instead of a dir. Currently, in versions (>= 0.13.5) this needs to be a directory. Update default conduit to v0.13.6
1 parent 32ee74a commit 8bcc156

5 files changed

Lines changed: 315 additions & 520 deletions

File tree

api/v1alpha/conduit_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var ConduitConditions = NewConditionSet(
4242
)
4343

4444
const (
45-
ConduitVersion = "v0.13.4"
45+
ConduitVersion = "v0.13.6"
4646
ConduitImage = "ghcr.io/conduitio/conduit"
4747
ConduitContainerName = "conduit-server"
4848
ConduitPipelinePath = "/conduit.pipelines"

0 commit comments

Comments
 (0)