diff --git a/Makefile b/Makefile index e4876139b..bbaddf6b8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.0.10 +VERSION=v0.0.11 OUT_DIR=dist YEAR?=$(shell date +"%Y") diff --git a/cmd/commands/runtime.go b/cmd/commands/runtime.go index 35dded6b7..ab656c89d 100644 --- a/cmd/commands/runtime.go +++ b/cmd/commands/runtime.go @@ -351,7 +351,7 @@ func createEventSource(repofs fs.FS, path, runtimeName string) error { }, Namespace: runtimeName, Filter: &eventsourcev1alpha1.ResourceFilter{ - AfterStart: true, + AfterStart: false, Labels: []eventsourcev1alpha1.Selector{ { Key: store.Get().CFComponentKey,