diff --git a/Makefile b/Makefile index 8d2bf2e..be191fd 100644 --- a/Makefile +++ b/Makefile @@ -443,10 +443,10 @@ bundle: manifests manifests-gen-base-csv kustomize operator-sdk ## Generate bund $(MAKE) bundle-ignore-createdAt bundle-operator-image-url: $(YQ) ## Read operator image reference URL from the manifest bundle. - @$(YQ) '.metadata.annotations.containerImage' bundle/manifests/dns-operator.clusterserviceversion.yaml + @$(YQ) -0 '.metadata.annotations.containerImage' bundle/manifests/dns-operator.clusterserviceversion.yaml bundle-operator-image-tag: $(YQ) ## Read operator image reference TAG from the manifest bundle. - @$(YQ) '.metadata.annotations.containerImage | split(":") | .[1]' bundle/manifests/dns-operator.clusterserviceversion.yaml + @$(YQ) -0 '.metadata.annotations.containerImage | split(":") | .[1]' bundle/manifests/dns-operator.clusterserviceversion.yaml # Since operator-sdk 1.26.0, `make bundle` changes the `createdAt` field from the bundle # even if it is patched: