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

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


The following commit(s) were added to refs/heads/main by this push:
     new 95a84479 First prototype for #804
95a84479 is described below

commit 95a844792a361378f6fdebd2c8026dd6dbe282bd
Author: Marat Gubaidullin <marat.gubaidul...@gmail.com>
AuthorDate: Wed Jun 21 16:27:41 2023 -0400

    First prototype for #804
---
 .../main/java/org/apache/camel/karavan/cli/resources/KaravanTekton.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/karavan-cli/src/main/java/org/apache/camel/karavan/cli/resources/KaravanTekton.java
 
b/karavan-cli/src/main/java/org/apache/camel/karavan/cli/resources/KaravanTekton.java
index 0c7a8f5a..66e8caf5 100644
--- 
a/karavan-cli/src/main/java/org/apache/camel/karavan/cli/resources/KaravanTekton.java
+++ 
b/karavan-cli/src/main/java/org/apache/camel/karavan/cli/resources/KaravanTekton.java
@@ -48,6 +48,7 @@ public class KaravanTekton {
                         new StepBuilder().withName("karavan-build-deploy")
                                 .withScript(script)
                                 .withImage(buildImage + ":" + 
config.getVersion())
+                                .withImagePullPolicy("Always")
                                 .withEnv(
                                         new 
EnvVarBuilder().withName("GIT_REPOSITORY").withValueFrom(
                                                 new 
EnvVarSourceBuilder().withNewSecretKeyRef().withName("karavan").withKey("git-repository").and().build()).build(),

Reply via email to