You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2022/03/03 08:30:19 UTC

[camel-k] branch main updated: fix: Fix image tag in operator deployment

This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new cea28b9  fix: Fix image tag in operator deployment
cea28b9 is described below

commit cea28b95160e036c61990fcdb229b129fd7211c2
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Wed Mar 2 20:05:02 2022 +0100

    fix: Fix image tag in operator deployment
---
 config/manager/operator-deployment.yaml | 2 +-
 pkg/resources/resources.go              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/manager/operator-deployment.yaml b/config/manager/operator-deployment.yaml
index e72d598..f788171 100644
--- a/config/manager/operator-deployment.yaml
+++ b/config/manager/operator-deployment.yaml
@@ -39,7 +39,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:1.8.1
+          image: docker.io/apache/camel-k:1.9.0-SNAPSHOT
           imagePullPolicy: IfNotPresent
           command:
             - kamel
diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 58b42c5..0aa3820 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -170,9 +170,9 @@ var assets = func() http.FileSystem {
 		"/manager/operator-deployment.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-deployment.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 2386,
+			uncompressedSize: 2395,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x55\xc1\x92\xe2\x36\x10\xbd\xfb\x2b\x5e\xe1\xcb\x6e\xd5\x0c\x0c\x7b\xda\x72\x4e\xce\x0c\x93\xa5\xb2\x01\x0a\xb3\xd9\xda\x53\xaa\x91\x1b\xdc\x35\xb2\xe4\x48\x02\x96\x7c\x7d\x4a\x06\x33\xc0\x4e\x26\x39\x4c\x55\x74\xb2\xd5\xad\xd7\xef\x75\x3f\xcb\x29\x6e\xdf\x6e\x25\x29\x3e\x8b\x62\xe3\xb9\x44\xb0\x08\x15\x23\x6f\x48\x55\x8c\xc2\xae\xc2\x8e\x1c\xe3\xd1\x6e\x4c\x49\x41\xac\xc1\xbb\xbc\x78\x7c\x8f\x8d\x29\xd9\xc1\x1a\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x55\xc1\x72\xe2\x46\x10\xbd\xeb\x2b\x5e\xa1\xcb\x6e\x95\x01\x7b\x4f\x1b\xe5\xa4\xd8\x38\xa6\xe2\x08\x0a\xb1\x71\xed\x29\x35\x8c\x1a\xa9\xcb\xa3\x19\x65\x66\x04\x4b\xbe\x3e\x35\x02\x61\x60\x1d\x27\x07\x57\xed\x9c\x40\xdd\xfd\xfa\xbd\xee\xa7\x51\x8c\xe1\xfb\x9d\x28\xc6\x23\x4b\xd2\x8e\x0a\x78\x03\x5f\x11\xd2\x46\xc8\x8a\x90\x9b\xb5\xdf\x0a\x4b\xb8\x37\xad\x2e\x84\x67\xa3\xf1\x21\xcd\xef\x3f\xa2\xd5\x05\x59\x18\x4d\x [...]
 		},
 		"/manager/operator-service-account.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-service-account.yaml",