Skip to content

Commit

Permalink
Upgrade versions for camel app(4.4.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed Jun 17, 2024
1 parent 08219d6 commit 5770529
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/setup-camel-jbang/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ runs:
run: |
jbang trust add https://github.com/apache/camel/
jbang app install camel@apache/camel
camel version set '4.4.1'
camel version set '4.4.2'
echo "kamelets-version=4.4.2" >> $HOME/.camel-jbang-user.properties
- id: check-camel-jbang
name: Check JBang Camel app
Expand Down
2 changes: 1 addition & 1 deletion e2e/support/test_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ func CamelKWithContext(t *testing.T, ctx context.Context, args ...string) *cobra
}

// TODO: add env vars for camel-jbang-plugin-k version and use another value for camel-k version
tempArgs := []string{"run", "--deps=org.apache.camel:camel-jbang-plugin-k:4.4.1", "--deps=org.apache.camel.k:camel-k-crds:2.4.0-SNAPSHOT", "camel@apache/camel", "k"}
tempArgs := []string{"run", "--deps=org.apache.camel:camel-jbang-plugin-k:4.4.2", "--deps=org.apache.camel.k:camel-k-crds:2.4.0-SNAPSHOT", "camel@apache/camel", "k"}

camelKArgs := os.Getenv("CAMELK_ARGS")
camelKDefaultArgs := strings.Fields(camelKArgs)
Expand Down

0 comments on commit 5770529

Please sign in to comment.