diff --git a/.github/workflows/test-images.yml b/.github/workflows/test-images.yml index fb5a3204..49ffc5d7 100644 --- a/.github/workflows/test-images.yml +++ b/.github/workflows/test-images.yml @@ -87,7 +87,7 @@ jobs: 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" @@ -95,7 +95,7 @@ jobs: grep "$TEST_OPERATOR_IMAGE" bundle/manifests/pelorus-operator.clusterserviceversion.yaml grep "$TEST_EXPORTER_IMAGE" helm-charts/pelorus/charts/exporters/templates/_imagestream_from_image.yaml - grep "$TEST_VERSION" helm-charts/pelorus/charts/exporters/templates/_deploymentconfig.yaml + grep "$TEST_VERSION" helm-charts/pelorus/charts/exporters/templates/_deployment.yaml grep "$TEST_VERSION" Makefile grep rc-pelorus-operator Makefile