Skip to content

Commit

Permalink
SRVCOM-2642 Include must-gather image in CSV relatedImages (#2577)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur authored Mar 25, 2024
1 parent d9babd7 commit a207eee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/generate/csv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ for name in "${kafka_images[@]}"; do
add_downstream_operator_deployment_env "$target" "KAFKA_IMAGE_${name}" "${kafka_images_addresses[$name]}"
done

add_related_image "$target" "IMAGE_MUST_GATHER" "$(metadata.get dependencies.mustgather.image)"

# Add Knative Kafka version to the downstream operator
add_downstream_operator_deployment_env "$target" "CURRENT_VERSION" "$(metadata.get project.version)"
ekb_version=$(metadata.get dependencies.eventing_kafka_broker)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1387,5 +1387,7 @@ spec:
image: "registry.ci.openshift.org/openshift/knative-eventing-kafka-broker-post-install:knative-v1.12"
- name: "KAFKA_IMAGE_knative-kafka-storage-version-migrator__migrate"
image: "registry.ci.openshift.org/openshift/knative-eventing-migrate:knative-v1.12"
- name: "IMAGE_MUST_GATHER"
image: "quay.io/openshift-knative/must-gather"
replaces: serverless-operator.v1.32.0
version: 1.33.0

0 comments on commit a207eee

Please sign in to comment.