Skip to content

Commit 9de798e

Browse files
committed
tests: fix sed command to change container registry for falco and fluent-bit
1 parent 0b96daf commit 9de798e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/deploy_helm_operator.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ sed -i.bak 's#registry.connect.redhat.com/sumologic/tailing-sidecar-operator#ghc
2727
sed -i.bak 's#registry.connect.redhat.com/sumologic/tailing-sidecar#ghcr.io/sumologic/tailing-sidecar#g' bundle.yaml
2828
sed -i.bak 's#registry.connect.redhat.com/sumologic/telegraf#public.ecr.aws/sumologic/telegraf#g' bundle.yaml
2929
sed -i.bak 's#registry.connect.redhat.com/sumologic/kubernetes-fluentd#public.ecr.aws/sumologic/kubernetes-fluentd#g' bundle.yaml
30-
sed -i.bak 's#registry.connect.redhat.com/sumologic/fluent-bit@#public.ecr.aws/sumologic/fluent-bit#g' bundle.yaml
31-
sed -i.bak 's#registry.connect.redhat.com/sumologic/falco@#public.ecr.aws/sumologic/falco#g' bundle.yaml
30+
sed -i.bak 's#registry.connect.redhat.com/sumologic/fluent-bit#public.ecr.aws/sumologic/fluent-bit#g' bundle.yaml
31+
sed -i.bak 's#registry.connect.redhat.com/sumologic/falco#public.ecr.aws/sumologic/falco#g' bundle.yaml
3232
sed -i.bak 's#registry.connect.redhat.com/sumologic/sumo-ubi-minimal@#public.ecr.aws/sumologic/sumo-ubi-minimal#g' bundle.yaml
3333
sed -i.bak 's#registry.connect.redhat.com/sumologic/opentelemetry-collector@#public.ecr.aws/sumologic/opentelemetry-collector#g' bundle.yaml
3434

0 commit comments

Comments
 (0)