This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new ce817b0 Fix embedded resources snapshot version ce817b0 is described below commit ce817b007ffee316a48cfc5cac950ae3b4ee53db Author: Dmitry Volodin <dmvo...@gmail.com> AuthorDate: Mon Jul 29 13:40:04 2019 +0300 Fix embedded resources snapshot version --- deploy/operator-deployment.yaml | 2 +- deploy/resources.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/operator-deployment.yaml b/deploy/operator-deployment.yaml index e7f8eb1..904e69c 100644 --- a/deploy/operator-deployment.yaml +++ b/deploy/operator-deployment.yaml @@ -38,7 +38,7 @@ spec: serviceAccountName: camel-k-operator containers: - name: camel-k-operator - image: docker.io/apache/camel-k:1.0.0-M1-SNAPSHOT + image: docker.io/apache/camel-k:1.0.0-M2-SNAPSHOT command: - camel-k imagePullPolicy: IfNotPresent diff --git a/deploy/resources.go b/deploy/resources.go index f4b51a7..8552575 100644 --- a/deploy/resources.go +++ b/deploy/resources.go @@ -2761,7 +2761,7 @@ spec: serviceAccountName: camel-k-operator containers: - name: camel-k-operator - image: docker.io/apache/camel-k:1.0.0-M1-SNAPSHOT + image: docker.io/apache/camel-k:1.0.0-M2-SNAPSHOT command: - camel-k imagePullPolicy: IfNotPresent