#!/bin/bash
set -e
set -u
set -o pipefail

VERSION="${2:-4.5.0}"

exec /usr/local/bin/csv-replace-imageref \
	--csv-input=/usr/local/manifests/performance-addon-operator/performance-addon-operator.v${VERSION}.clusterserviceversion.yaml \
	--operator-image="$1"
