This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit d0f1ac65e2c5b644a9af9884bf49a700ee8625df Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Fri May 6 11:42:09 2022 +0200 Updated resorces to the development versions --- pkg/resources/resources.go | 8 ++++++++ pkg/util/defaults/defaults.go | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go index dafa8498c..8a2566acc 100644 --- a/pkg/resources/resources.go +++ b/pkg/resources/resources.go @@ -587,6 +587,13 @@ var assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x5b\x77\xdb\x38\xb2\xee\x7b\x7e\x05\x57\xe7\x65\xef\x75\x46\x98\xee\xf4\x9c\xe9\xbd\xfa\x3c\xd9\x4a\x9c\xd8\x89\x13\x27\xf2\x24\x99\x79\xe9\x05\x91\x90\x04\x8b\x24\x68\x00\x94\xe5\xfc\xfa\xb3\x70\xe1\x4d\x52\x8a\x17\x17\xbc\xfd\x60\x52\x44\xe1\x2b\xd4\x87\x0b\x71\x29\x02\x2f\xa3\x19\xde\xdf\x8b\x97\xd1\x07\x1e\xb3\x5c\xb1\x24\xd2\x22\xd2\x1b\x16\x9d\x15\x34\xde\xb0\x68\x21\x56\xfa\x81\x4a\x16\x5d\x88\x32\x4f\x [...] }, + "/camel-catalog-1.13.1-SNAPSHOT.yaml": &vfsgen۰CompressedFileInfo{ + name: "camel-catalog-1.13.1-SNAPSHOT.yaml", + modTime: time.Time{}, + uncompressedSize: 85090, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x5b\x77\xdb\x3a\xb2\xe6\x7b\x7e\x05\xd7\xce\xcb\x39\x6b\x9a\xe8\xbd\x93\x9e\xb3\x67\x32\x4f\xb6\x1c\x27\x76\x6c\xc7\x89\xdc\x49\xba\x5f\xf6\x82\x48\x48\x82\x45\x12\x34\x00\xca\x72\x7e\xfd\x2c\x80\xe0\x4d\x52\x8a\x17\x17\xdc\x7e\x30\x29\xa2\xf0\x15\xea\x03\x08\xe2\x5a\x78\x1d\x84\x78\x7f\xaf\x5e\x07\x57\x3c\x62\x99\x62\x71\xa0\x45\xa0\xd7\x2c\x38\xc9\x69\xb4\x66\xc1\x5c\x2c\xf5\x23\x95\x2c\x38\x17\x45\x16\x53\x [...] + }, "/traits.yaml": &vfsgen۰CompressedFileInfo{ name: "traits.yaml", modTime: time.Time{}, @@ -599,6 +606,7 @@ var assets = func() http.FileSystem { fs["/addons"].(os.FileInfo), fs["/builder"].(os.FileInfo), fs["/camel-catalog-1.13.0.yaml"].(os.FileInfo), + fs["/camel-catalog-1.13.1-SNAPSHOT.yaml"].(os.FileInfo), fs["/crd"].(os.FileInfo), fs["/manager"].(os.FileInfo), fs["/prometheus"].(os.FileInfo), diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go index 257d8e3ce..1241a212c 100644 --- a/pkg/util/defaults/defaults.go +++ b/pkg/util/defaults/defaults.go @@ -26,7 +26,7 @@ const ( Version = "1.10.0-SNAPSHOT" // DefaultRuntimeVersion -- - DefaultRuntimeVersion = "1.13.0" + DefaultRuntimeVersion = "1.13.1-SNAPSHOT" // BuildahVersion -- BuildahVersion = "1.14.0" @@ -41,11 +41,11 @@ const ( LocalRepository = "/tmp/artifacts/m2" // ImageName -- - ImageName = "docker.io/apache/camel-k" + ImageName = "localhost:5000/apache/camel-k" // installDefaultKamelets -- installDefaultKamelets = true ) -// GitCommit must be provided during application build +//GitCommit must be provided during application build var GitCommit string
