Skip to content

Commit

Permalink
Bump jam version of jam from 2.7.3 to 2.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Sep 5, 2024
1 parent 093d0ff commit 72c0eb3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions SCENARIO.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ job:
# Tasks
- name: jam
params:
- JAM_VERSION: "v2.7.3"
- JAM_VERSION: "v2.9.0"

results:
- IMAGE_URL: "Image repository where the built image was pushed"
Expand Down Expand Up @@ -392,7 +392,7 @@ spec:
- name: "jam"
params:
- name: "JAM_VERSION"
value: "v2.7.3"
value: "v2.9.0"
runAfter:
- "prefetch-dependencies"
taskSpec:
Expand Down Expand Up @@ -1885,7 +1885,7 @@ spec:
- name: "jam"
params:
- name: "JAM_VERSION"
value: "v2.7.3"
value: "v2.9.0"
runAfter:
- "prefetch-dependencies"
taskSpec:
Expand Down
2 changes: 1 addition & 1 deletion configurations/konflux/build-bash-jam-cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ job:
# Tasks
- name: jam
params:
- JAM_VERSION: "v2.7.3"
- JAM_VERSION: "v2.9.0"

results:
- IMAGE_URL: "Image repository where the built image was pushed"
Expand Down
2 changes: 1 addition & 1 deletion generated/konflux/build/pipelinerun-quarkus-1-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ spec:
- name: "jam"
params:
- name: "JAM_VERSION"
value: "v2.7.3"
value: "v2.9.0"
runAfter:
- "prefetch-dependencies"
taskSpec:
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_buildpack_testing_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ do
done

# Install Jam CLI
JAM_VERSION="v2.7.3"
JAM_VERSION="v2.9.0"
print::colored_msg "${GREEN}" "Installing jam: ${JAM_VERSION}"

curl_args=(
Expand Down

0 comments on commit 72c0eb3

Please sign in to comment.