From 19222950a82709853acfa29a5a1d425375af5b82 Mon Sep 17 00:00:00 2001 From: Eric Sauer Date: Mon, 9 Sep 2024 18:20:14 +0000 Subject: [PATCH] Update filename in a few more places Signed-off-by: Eric Sauer --- docs/Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Development.md b/docs/Development.md index 674fa9b6..da0ae9e6 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -593,7 +593,7 @@ export TEST_EXPORTER_IMAGE="$REPOSITORY/rc-pelorus-exporter:{{ .image_tag | defa sed -i "s,$DEFAULT_OPERATOR_IMAGE,$TEST_OPERATOR_IMAGE,g" bundle/manifests/pelorus-operator.clusterserviceversion.yaml sed -i "s,$DEFAULT_EXPORTER_IMAGE,$TEST_EXPORTER_IMAGE,g" helm-charts/pelorus/charts/exporters/templates/_imagestream_from_image.yaml -sed -i "s,$DEFAULT_EXPORTER_IMAGE,$TEST_EXPORTER_IMAGE,g" helm-charts/pelorus/charts/exporters/templates/_deploymentconfig.yaml +sed -i "s,$DEFAULT_EXPORTER_IMAGE,$TEST_EXPORTER_IMAGE,g" helm-charts/pelorus/charts/exporters/templates/_deployment.yaml sed -i "s,$CURRENT_OPERATOR_VERSION,$TEST_VERSION,g" Makefile sed -i "s,pelorus-operator,rc-pelorus-operator,g" Makefile find . -type f | xargs sed -i "s,$CURRENT_OPERATOR_VERSION,$CURRENT_OPERATOR_VERSION-$TEST_VERSION,g"