Skip to content

Commit

Permalink
Fix Istio default and CSV image (#2916)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
  • Loading branch information
pierDipi authored Oct 3, 2024
1 parent c8a8cc4 commit 5e08947
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion hack/lib/images.bash
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function knative_eventing_istio_images() {
app_version=$(get_app_version_from_tag "${tag}")
eventing_istio="${registry_prefix}${app_version}/kn-eventing-istio"

export KNATIVE_EVENTING_ISTIO_CONTROLLER=${KNATIVE_EVENTING_ISTIO_CONTROLLER:-"${eventing_istio}-controller:${tag}"}
export KNATIVE_EVENTING_ISTIO_CONTROLLER=${KNATIVE_EVENTING_ISTIO_CONTROLLER:-$(latest_konflux_image_sha "${eventing_istio}-controller:${tag}")}
}

function knative_eventing_kafka_broker_images_release() {
Expand Down
Loading

0 comments on commit 5e08947

Please sign in to comment.